Skip to content

docs: update for public repo #4

docs: update for public repo

docs: update for public repo #4

Workflow file for this run

name: Run Tests
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: npm ci
- name: Run tests
run: npm test