Skip to content

Update docs for clearer reference to npm #27

Update docs for clearer reference to npm

Update docs for clearer reference to npm #27

Workflow file for this run

name: Run pull request checks
on:
pull_request:
branches: ["main"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint
- run: npm test