Skip to content

chore: remove CLAUDE.md and docs/ from tracking #12

chore: remove CLAUDE.md and docs/ from tracking

chore: remove CLAUDE.md and docs/ from tracking #12

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Smoke test
run: node -e "import('./index.js')"
- name: Unit tests
run: npm test