Updated ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Grimm 2022-01-29 18:11:38 +01:00
parent 9d24f62d89
commit 76007e253a

View file

@ -6,7 +6,8 @@ steps:
- name: shellcheck
image: koalaman/shellcheck-alpine
commands:
- shellcheck scripts/**/*.sh
- cd scripts/
- find -name "*.sh" | xargs shellcheck
- name: env
image: alpine
commands: