lib/danger/ci_source/gitlab_ci.rb in danger-6.0.1 vs lib/danger/ci_source/gitlab_ci.rb in danger-6.0.2

- old
+ new

@@ -4,10 +4,10 @@ module Danger # ### CI Setup # # Install dependencies and add a danger step to your .gitlab-ci.yml: - # ``` yml + # ```yml # before_script: # - bundle install # danger: # script: # - bundle exec danger