Skip to content

fix single token error #23

fix single token error

fix single token error #23

Workflow file for this run

name: Unit tests
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test