Add a .drone.yml file for CI

This commit is contained in:
Victor LABORIE 2019-02-27 11:45:51 +01:00
parent cf8ad6c4d8
commit 7bdf0c7968

8
.drone.yml Normal file
View file

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: run shellcheck on evocheck.sh
image: vlaborie/shellcheck
commands:
- shellcheck evocheck.sh