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
|
- name: Install dependencies
|
||||||
uses: "./.github/actions/install-dependencies"
|
uses: "./.github/actions/install-dependencies"
|
||||||
|
|
||||||
- name: Run lint
|
- uses: oxc-project/oxlint-action@latest
|
||||||
shell: bash
|
with:
|
||||||
run: bun run lint:ci
|
config: .oxlintrc.json
|
||||||
|
deny-warnings: true
|
||||||
|
|
||||||
- name: Run type checks
|
- name: Run type checks
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue