mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
drop that
This commit is contained in:
parent
953b3c6964
commit
ade42543d0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue