Skip to content

chore: move husky into .husky, after upgrade #11

chore: move husky into .husky, after upgrade

chore: move husky into .husky, after upgrade #11

Workflow file for this run

name: "Tests"
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test