Skip to content

fix the test + add assert instead of forcing the type #178

fix the test + add assert instead of forcing the type

fix the test + add assert instead of forcing the type #178

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run coverage