Skip to content

chore: updated description for 'other examples' and updated name of p… #145

chore: updated description for 'other examples' and updated name of p…

chore: updated description for 'other examples' and updated name of p… #145

Workflow file for this run

name: Tests
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test