Skip to content

docs(README): Small changes #57

docs(README): Small changes

docs(README): Small changes #57

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