debian-mirror-gitlab/danger/Dangerfile-bundle_size
2022-10-11 01:57:18 +05:30

11 lines
304 B
Plaintext

# frozen_string_literal: true
# This file isn't named "Dangerfile" so that it's not imported by default since it's only meant to be run in the `bundle-size-review` job.
comment = `cat ./bundle-size-review/comparison.md`
unless comment.strip.empty?
markdown(<<~MARKDOWN)
#{comment}
MARKDOWN
end