lib/danger/ci_source/gitlab_ci.rb in danger-8.2.0 vs lib/danger/ci_source/gitlab_ci.rb in danger-8.2.1

- old
+ new

@@ -5,16 +5,18 @@ module Danger # ### CI Setup # # Install dependencies and add a danger step to your .gitlab-ci.yml: + # # ```yml # before_script: # - bundle install # danger: # script: # - bundle exec danger # ``` + # # ### Token Setup # # Add the `DANGER_GITLAB_API_TOKEN` to your pipeline env variables if you # are hosting your code on GitLab. If you are using GitLab as a mirror # for the purpose of CI/CD, while hosting your repo on GitHub, set the