ci: add oxlint action instead of biome

This commit is contained in:
Nicolas Meienberger 2026-01-05 19:52:00 +01:00
parent bc1894c165
commit e5a04932bb

View file

@ -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