Skip to content

Format tests, clean up, add automated runner #1

Format tests, clean up, add automated runner

Format tests, clean up, add automated runner #1

Workflow file for this run

name: Unit tests
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Run tests
run: npm test