Skip to content

fix(cli): preset notes per tool, extra-arg guard, per-command --help, real versions #45

fix(cli): preset notes per tool, extra-arg guard, per-command --help, real versions

fix(cli): preset notes per tool, extra-arg guard, per-command --help, real versions #45

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "0 6 * * 1"
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: node --check dist/bin.js