diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..b9b8f68 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: test + image: koalaman/shellcheck:latest + commands: + - shellcheck essai.sh