fix(ci): use github format for oxlint to show filenames in lint errors (#287)

The default oxlint output buries filenames in multi-line blocks, making
CI errors like "File has too many lines" hard to diagnose. The github
format produces ::error annotations with file paths front and center.
This commit is contained in:
Jinjing
2026-04-03 23:30:23 -07:00
committed by GitHub
parent bbc85505c5
commit ee7ac0cbc0
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
run: pnpm exec oxlint --format github
- name: Typecheck
run: pnpm typecheck