This commit is contained in:
parent
cd4f1cee32
commit
5b53d9cc28
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
pipeline:
|
||||
shellcheck:
|
||||
image: docker.io/alpine:3.14
|
||||
commands:
|
||||
- apk add shellcheck
|
||||
- shellcheck haini.sh
|
||||
publish:
|
||||
image: plugins/docker
|
||||
registry: registry.nulo.in
|
||||
|
|
Loading…
Reference in a new issue