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 f5b6f44f79 - Show all commits

View file

@ -7,5 +7,5 @@ steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck pdf-optimize
- shellcheck -e SC2181 pdf-optimize
...