pdf-optimize/.drone.yml
Otthorn 915ccd5a0a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix drone
2021-02-19 01:06:02 +01:00

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
...