Skip to content

Put a ceiling on what a stage can spend, and say which engine answered #34

Put a ceiling on what a stage can spend, and say which engine answered

Put a ceiling on what a stage can spend, and say which engine answered #34

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