Browse Source

feat(ci) fail CI if package-lock wasn't updated

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
b7b260f4c9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml View File

12
       with:
12
       with:
13
         node-version: '12.x'
13
         node-version: '12.x'
14
     - run: npm install
14
     - run: npm install
15
+    - run: git status -s --untracked-files=no
15
     - run: npm run lint
16
     - run: npm run lint
16
     - run: make
17
     - run: make

Loading…
Cancel
Save