mirror of
https://github.com/thegeeklab/wait-for.git
synced 2024-11-25 13:50:39 +00:00
add shellcheck linting to ci pipeline
This commit is contained in:
parent
7cf2011399
commit
12bc3fa473
@ -8,6 +8,11 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: koalaman/shellcheck-alpine:stable
|
||||||
|
commands:
|
||||||
|
- shellcheck ./wait-for
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: bats/bats
|
image: bats/bats
|
||||||
commands:
|
commands:
|
||||||
@ -55,6 +60,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 495a8f60228b02351858fb8226da326dfacb1cfb3a749143a3d89218782e335b
|
hmac: 6598a24cb0cb1cb6b21426c5085dcf5fd63b38ea6cb4492f04b06149361bd82a
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user