pdf-optimize/.drone.yml
Otthorn 8630959003
Some checks failed
continuous-integration/drone/push Build is failing
Correct the version number
2021-02-19 01:07:31 +01:00

11 lines
167 B
YAML

---
kind: pipeline
type: docker
name: lint
steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck pdf-optimize
...