aussie/.drone.yml

11 lines
192 B
YAML

kind: pipeline
name: default
steps:
- name: check
image: ubuntu:18.04
commands:
- apt-get update
- apt-get install shellcheck
- shellcheck bin/*