From bb6ed5ef7986e48934cc05ebc93add14a528580f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Mon, 15 Dec 2025 10:15:29 +0100 Subject: [PATCH] Added oxlint to build step --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f2e6db96b30..07f4b927c30 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -72,6 +72,9 @@ jobs: - name: Install Node dependencies run: npm ci + + - name: Run oxlint + run: npm oxlint:types - name: Lint unowned dependencies run: npm run lint:dep-ownership