6 lines
93 B
YAML
6 lines
93 B
YAML
|
steps:
|
||
|
lint:
|
||
|
image: koalaman/shellcheck
|
||
|
commands:
|
||
|
- shellcheck entrypoint.sh
|