lib/danger/ci_source/buildkite.rb in danger-8.2.0 vs lib/danger/ci_source/buildkite.rb in danger-8.2.1
- old
+ new
@@ -7,10 +7,10 @@
# ### CI Setup
#
# With BuildKite you run the server yourself, so you will want to run it as a part of your build process.
# It is common to have build steps, so we would recommend adding this to your scrip:
#
- # ``` shell
+ # ```shell
# echo "--- Running Danger"
# bundle exec danger
# ```
#
# ### Token Setup