pdf-optimize/.drone.yml
Otthorn f5b6f44f79
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
[lint] skip error SC2181
2021-02-19 01:19:26 +01:00

11 lines
177 B
YAML

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