Skip to content

style(lint): use oxlint #463

style(lint): use oxlint

style(lint): use oxlint #463

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# waiting on: https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 24
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
- run: pnpm lint:check
- run: pnpm format:check
- run: pnpm knip
- run: pnpm sync