Skip to content

Merge pull request #105 from janpio/patch-1 #335

Merge pull request #105 from janpio/patch-1

Merge pull request #105 from janpio/patch-1 #335

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm i
- run: npm test
- run: npm run test:types