Skip to content

Run a whole review against the fixture and score it against the answe… #29

Run a whole review against the fixture and score it against the answe…

Run a whole review against the fixture and score it against the answe… #29

Workflow file for this run

name: verify
on:
push:
branches: [main]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
# The same gate contributors run locally, including the production
# build. Nothing is checked here that ./verify.sh does not check.
- run: ./verify.sh --build