Skip to content

chore: Add testing and cleanup #3

chore: Add testing and cleanup

chore: Add testing and cleanup #3

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install --frozen-lockfile
- run: yarn test