Skip to content

🤏 Try to fix CI (3) #61

🤏 Try to fix CI (3)

🤏 Try to fix CI (3) #61

Workflow file for this run

name: Run checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run check:ci
- run: bun run type-check
- run: bun test