Skip to content

Support globs for src and ignoring paths #14

Support globs for src and ignoring paths

Support globs for src and ignoring paths #14

Workflow file for this run

---
name: CI
"on":
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm i
- run: npm test