Skip to content

New year new library, cleaning up unused stuff #4

New year new library, cleaning up unused stuff

New year new library, cleaning up unused stuff #4

Workflow file for this run

name: Pull request
on:
pull_request:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: make build