瀏覽代碼

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…
取消
儲存