Skip to content

add ci

add ci #1

Workflow file for this run

on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm test