Skip to content

Tidy up

Tidy up #1

Workflow file for this run

name: build and test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
node-version: 20
- run: npm install
- run: npm run build
- run: npm test