Skip to content

Order a review's timeline by attempt, because ULIDs are a coin flip #42

Order a review's timeline by attempt, because ULIDs are a coin flip

Order a review's timeline by attempt, because ULIDs are a coin flip #42

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