fix drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
otthorn 2021-02-19 01:06:02 +01:00
parent 3cce1bd1ac
commit 915ccd5a0a

View file

@ -6,5 +6,6 @@ name: lint
steps: steps:
- name: ShellCheck - name: ShellCheck
image: koalaman/shellcheck-alpine:0.7.1 image: koalaman/shellcheck-alpine:0.7.1
commands: shellcheck pdf-optimize commands:
- shellcheck pdf-optimize
... ...