Otthorn
915ccd5a0a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
11 lines
166 B
YAML
11 lines
166 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: lint
|
|
|
|
steps:
|
|
- name: ShellCheck
|
|
image: koalaman/shellcheck-alpine:0.7.1
|
|
commands:
|
|
- shellcheck pdf-optimize
|
|
...
|