Skip to content

ci: make the release a reconciler, not a trigger #14

ci: make the release a reconciler, not a trigger

ci: make the release a reconciler, not a trigger #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci --ignore-scripts
# build + the full test suite, identical to what runs locally
- run: npm run verify