cosmic/.drone.yml

13 lines
266 B
YAML
Raw Normal View History

2020-10-23 18:37:49 +00:00
---
kind: pipeline
name: shellcheck
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:stable
commands:
2021-04-07 19:00:36 +00:00
- shellcheck bin/*
- shellcheck efingerd/*
- shellcheck completion/*
- shellcheck update-motd/*