10 lines
139 B
YAML
10 lines
139 B
YAML
---
|
|
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: lint
|
|
image: koalaman/shellcheck:stable
|
|
commands:
|
|
- shellcheck $(find . -type f -name "*.sh")
|