1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

Added oxlint to build step

This commit is contained in:
Anders Åberg
2025-12-15 10:15:29 +01:00
parent 281f4e6b51
commit bb6ed5ef79

View File

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