Skip to content

docs: Link images to corresponding URL #3

docs: Link images to corresponding URL

docs: Link images to corresponding URL #3

Workflow file for this run

name: Run tests
on:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: npm ci
- run: npm run test