lib/danger/ci_source/bitbucket_pipelines.rb in danger-8.2.0 vs lib/danger/ci_source/bitbucket_pipelines.rb in danger-8.2.1
- old
+ new
@@ -1,8 +1,9 @@
module Danger
# ### CI Setup
#
# Install dependencies and add a danger step to your `bitbucket-pipelines.yml`.
+ #
# ```yaml
# script:
# - bundle exec danger --verbose
# ```
#