From ade42543d0c472a07ec6c592017f72071b757984 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 18 Jul 2022 14:00:56 -0700 Subject: [PATCH] drop that --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad962c..a39b39a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,13 +24,10 @@ jobs: - name: Setup BATS uses: mig4/setup-bats@v1 with: - bats-version: 0.4.0 + bats-version: 0.4.0 # This is the version i have locally. looks like an upgrade is in order, though… - run: git submodule update --init name: pull in bats assertion libs - 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 -