Skip to content

docs: fix license link and add badges #8

docs: fix license link and add badges

docs: fix license link and add badges #8

Workflow file for this run

name: test
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: npm i && npm run test