mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
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:
parent
bbc85505c5
commit
ee7ac0cbc0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue