Skip to content

feat(reviewer): implement review-first, fix-later flow #174

feat(reviewer): implement review-first, fix-later flow

feat(reviewer): implement review-first, fix-later flow #174

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --frozen-lockfile
- run: cd web && yarn install --frozen-lockfile
- run: yarn verify
- run: yarn test