Skip to content

feat(repo): add more docs #2

feat(repo): add more docs

feat(repo): add more docs #2

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build
- run: npm test