Skip to content

bump release workflow to a maintained one #25

bump release workflow to a maintained one

bump release workflow to a maintained one #25

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test