add_linter #5
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ name: lint
|
|||
steps:
|
||||
- name: ShellCheck
|
||||
image: koalaman/shellcheck-alpine:0.7.1
|
||||
commands: shellcheck pdf-optimize
|
||||
commands:
|
||||
- shellcheck pdf-optimize
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue