Преглед изворни кода

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

j8
Saúl Ibarra Corretgé пре 4 година
родитељ
комит
b7b260f4c9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci.yml Прегледај датотеку

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

Loading…
Откажи
Сачувај