1
0
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:
Oscar Hinton
2021-12-03 20:34:59 +00:00
committed by GitHub
parent 7444b701e8
commit d0e4abf297
2 changed files with 5 additions and 2 deletions

View File

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