pdf-optimize/.drone.yml

11 lines
158 B
YAML
Raw Normal View History

2021-02-19 01:02:25 +01:00
---
kind: pipeline
type: docker
name: lint
steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:0.7.1
commands: shellcheck pdf-optimize
...