aussie/.drone.yml

11 lines
192 B
YAML
Raw Permalink Normal View History

2019-04-03 08:42:35 +00:00
kind: pipeline
name: default
steps:
- name: check
image: ubuntu:18.04
commands:
2019-04-03 08:48:11 +00:00
- apt-get update
- apt-get install shellcheck
2019-04-03 08:42:35 +00:00
- shellcheck bin/*