Skip to content

Merge pull request #104 from myarete/patch-1 #334

Merge pull request #104 from myarete/patch-1

Merge pull request #104 from myarete/patch-1 #334

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