From b7b260f4c92aad8aab3167e764d93afc0df6f15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 5 Mar 2021 10:45:38 +0100 Subject: [PATCH] feat(ci) fail CI if package-lock wasn't updated --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6116809a..006a3c144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,6 @@ jobs: with: node-version: '12.x' - run: npm install + - run: git status -s --untracked-files=no - run: npm run lint - run: make