Skip to content

Commit

Permalink
ci: print lint warnings with github-compatible format (#1507)
Browse files Browse the repository at this point in the history
## What This PR Does

When `oxlint` gets run in CI, lint warnings will be printed with a format that allows github to display them as annotations on your PR. Thanks for using Oxlint <3
  • Loading branch information
DonIsaac authored Sep 10, 2024
1 parent fe90d07 commit aefa245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pnpm build

- name: run lint
run: pnpm test:lint
run: pnpm test:lint --format github

- name: run unit tests
run: pnpm test:unit
Expand Down

0 comments on commit aefa245

Please sign in to comment.