From b1401123e98e0609e7fdb7fbdba064239f0efdba Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 18 Jul 2022 13:50:33 -0700 Subject: [PATCH] deps --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4b30f..72f2a33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,12 @@ jobs: with: node-version: latest + - run: npm ci + + - run: npm run lint - run: npm run shellcheck - run: npm run unit - name: check if manpage needs a regen - run: cp git-open.1 git-open.old && npm run man && git diff --no-index ./git-open.old ./git-open.1 + run: cp git-open.1 git-open.old && npm run man && git diff --no-index ./git-open.old ./git-open.1