diff --git a/Drone.md b/Drone.md index 16115db..0a13a5d 100644 --- a/Drone.md +++ b/Drone.md @@ -1,4 +1,4 @@ -For a basic configuration, place the following in your ` .drone.yml`: +For a basic configuration, place the following in your `.drone.yml`: ```yaml --- @@ -13,7 +13,7 @@ steps: - "shellcheck testScript.sh" ``` -To check all .sh files in the repo: +To check all `.sh` files in the repo: ```yaml steps: @@ -21,4 +21,4 @@ steps: image: koalaman/shellcheck-alpine:stable commands: - "find . -name *.sh -exec shellcheck {} +" -``` \ No newline at end of file +```