Skip to content

chore(ci): drop token-health — there is no token left to watch (#10) #20

chore(ci): drop token-health — there is no token left to watch (#10)

chore(ci): drop token-health — there is no token left to watch (#10) #20

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