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

View file

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