Skip to content

docs: Fix a link that couldn't be checked as it reaches outside the R… #1238

docs: Fix a link that couldn't be checked as it reaches outside the R…

docs: Fix a link that couldn't be checked as it reaches outside the R… #1238

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-and-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run bundle
- run: npm test