Skip to content

Replace Makefile with npm scripts #104

Replace Makefile with npm scripts

Replace Makefile with npm scripts #104

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "22"
- run: npm run setup
- run: npm run test