Skip to content

Manual entry seems to be fixed @ 64 chars. #94

Manual entry seems to be fixed @ 64 chars.

Manual entry seems to be fixed @ 64 chars. #94

Workflow file for this run

name: Unit Tests
on:
push:
paths-ignore:
- 'README.md'
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm run build-dev && npm test