add_linter #5

Merged
otthorn merged 8 commits from add_linter into master 2021-02-19 01:20:11 +01:00
Showing only changes of commit 04769a174f - Show all commits

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
...