Skip to content

Bump to v0.2.4

Bump to v0.2.4 #28

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