This commit is contained in:
parent
3cce1bd1ac
commit
915ccd5a0a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue