Skip to content

Run one review at a time, and let a browser watch it #25

Run one review at a time, and let a browser watch it

Run one review at a time, and let a browser watch it #25

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