Add ShellCheck linter

This commit is contained in:
otthorn 2021-02-19 01:02:25 +01:00
parent 54f5237c74
commit 04769a174f

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: lint
steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:0.7.1
commands: shellcheck pdf-optimize
...