sixth/.drone.yml

10 lines
147 B
YAML
Raw Normal View History

2019-12-28 22:07:28 +01:00
kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck:latest
commands:
2019-12-28 22:46:46 +01:00
- shellcheck --version
2019-12-28 22:07:28 +01:00
- shellcheck essai.sh