Skip to content

Commit

Permalink
マークダウンの呼び出しを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
jageishi committed Aug 19, 2021
1 parent 10b8771 commit 9d7eee8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
danger.import_plugin("test.rb")

image_resource_checker.check

message("message-1")
message("message-2")
message("message-3")
Expand All @@ -12,7 +8,16 @@ warn("warm-2")
warn("warm-3")
warn("warn", file: "Dangerfile", line: 5)


fail("fail-1")
fail("fail-2")
fail("fail-3")
fail("fail", file: "Dangerfile", line: 10)
fail("fail", file: "Dangerfile", line: 10)

markdown("## h2")
markdown("### h2")
markdown("|テーブル|\n")
markdown("| --- |\n")
markdown("| aaa |\n")
markdown("| bbb |\n")
markdown("| ccc |\n")

0 comments on commit 9d7eee8

Please sign in to comment.