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 915ccd5a0a - Show all commits

View file

@ -6,5 +6,6 @@ name: lint
steps: steps:
- name: ShellCheck - name: ShellCheck
image: koalaman/shellcheck-alpine:0.7.1 image: koalaman/shellcheck-alpine:0.7.1
commands: shellcheck pdf-optimize commands:
- shellcheck pdf-optimize
... ...