Skip to content

add keyword search capabilities #253

add keyword search capabilities

add keyword search capabilities #253

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
trunk_check_runner:
name: Trunk Check runner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v1
with:
node-version: 20.12.0
- name: Install packages
run: npm install
- name: Lint
run: npm run lint
- name: Next Build (because it's more strict)
run: npm run build
env:
NEXT_PUBLIC_SITE_URL: 'https://replay.io'
- name: Check formatting
run: npm run prettier:ci