ci: add oxlint action instead of biome
This commit is contained in:
parent
bc1894c165
commit
e5a04932bb
1 changed files with 4 additions and 3 deletions
7
.github/workflows/checks.yml
vendored
7
.github/workflows/checks.yml
vendored
|
|
@ -25,9 +25,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
uses: "./.github/actions/install-dependencies"
|
||||
|
||||
- name: Run lint
|
||||
shell: bash
|
||||
run: bun run lint:ci
|
||||
- uses: oxc-project/oxlint-action@latest
|
||||
with:
|
||||
config: .oxlintrc.json
|
||||
deny-warnings: true
|
||||
|
||||
- name: Run type checks
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue