Skip to content

docs: Update to v5 #110

docs: Update to v5

docs: Update to v5 #110

Workflow file for this run

name: "Tests (Unit)"
on:
push:
branches:
- "**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: npm install
- run: npm run test