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