diff --git a/Drone.md b/Drone.md new file mode 100644 index 0000000..4218660 --- /dev/null +++ b/Drone.md @@ -0,0 +1,14 @@ +For a basic configuration, place the following in your ` .drone.yml`: + +```yaml +--- +kind: pipeline +type: docker +name: default + +steps: + - name: shellcheck + image: koalaman/shellcheck-alpine:stable + commands: + - "shellcheck testScript.sh" +``` \ No newline at end of file