Skip to content

Commit

Permalink
ci: run oxlint on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored and MiniDigger committed Aug 29, 2024
1 parent 3f0be56 commit f34eb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
CI: true
DEBUG: "hangar:*"
run: (cd frontend && pnpm lint:eslint)
run: (cd frontend && pnpm lint:oxlint && pnpm lint:eslint)

- name: Build frontend
env:
Expand Down

0 comments on commit f34eb1c

Please sign in to comment.