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:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user