Add ShellCheck linter

pull/5/head
otthorn 3 years ago
parent 54f5237c74
commit 04769a174f

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