Skip to content

chore: add pre-push hook #4

chore: add pre-push hook

chore: add pre-push hook #4

Workflow file for this run

name: Bun test
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test