Skip to content

feat: replace tsc with oxlint and oxfmt #12

feat: replace tsc with oxlint and oxfmt

feat: replace tsc with oxlint and oxfmt #12

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint
- run: bun run fmt:check
- run: bun test