Skip to content

Remove old examples #387

Remove old examples

Remove old examples #387

Workflow file for this run

name: Run tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm test