Skip to content

fix: use snip check/run subcommands, fix pipe handling, fix multi-word args for snip check #33

fix: use snip check/run subcommands, fix pipe handling, fix multi-word args for snip check

fix: use snip check/run subcommands, fix pipe handling, fix multi-word args for snip check #33

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: "package.json"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test