Add ShellCheck linter
This commit is contained in:
parent
54f5237c74
commit
04769a174f
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
||||||
|
...
|
Loading…
Reference in a new issue