Skip to content

add basic tests and github workflow #2

add basic tests and github workflow

add basic tests and github workflow #2

Workflow file for this run

name: Run Tests
on:
pull_request:
types: [opened, synchronize]
branches:
- main
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm test