system-helpers/.drone.yml
Alexander Schäferdiek 51d5409055
All checks were successful
continuous-integration/drone/push Build is passing
Adapted CI to print checked file
2022-07-10 20:52:48 +02:00

8 lines
212 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck-alpine:latest
commands:
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;