sixth/.drone.yml
kleph 47990ba6aa
All checks were successful
continuous-integration/drone/push Build is passing
what ?
2019-12-28 22:54:53 +01:00

8 lines
139 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: koalaman/shellcheck:latest
entrypoint: [ shellcheck ]
command: [ essai.sh ]