mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Run npm lint in CI (#416)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -131,7 +131,10 @@ jobs:
|
||||
run: npm run sub:init
|
||||
|
||||
- name: Install
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
||||
- name: Build & Package
|
||||
run: npm run dist
|
||||
|
||||
Reference in New Issue
Block a user