mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
bats
This commit is contained in:
parent
d6d36862a2
commit
953b3c6964
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -21,6 +21,12 @@ jobs:
|
|||
|
||||
- run: npm ci
|
||||
|
||||
- name: Setup BATS
|
||||
uses: mig4/setup-bats@v1
|
||||
with:
|
||||
bats-version: 0.4.0
|
||||
- run: git submodule update --init
|
||||
name: pull in bats assertion libs
|
||||
|
||||
- run: npm run lint
|
||||
- run: npm run shellcheck
|
||||
|
|
|
|||
Loading…
Reference in a new issue