Alexander Schäferdiek
51d5409055
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
212 B
YAML
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 {} \;
|