mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 15:13:32 +00:00
Run npm lint in CI (#2197)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -104,10 +104,13 @@ jobs:
|
||||
|
||||
- name: NPM setup & test
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm run dist
|
||||
npm run test
|
||||
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
|
||||
- name: Gulp
|
||||
run: gulp ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user