Skip to content

Commit 0581eac

Browse files
committed
Add missing required name method
1 parent f23d3eb commit 0581eac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/github_action_check_run_formatter.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ module Formatter
2727
class GithubActionCheckRunFormatter < Base
2828
attr_accessor :messages, :repo, :sha, :check_run
2929

30+
# @return [String] The name of the formatter.
31+
def self.name
32+
'github_action_check_run'
33+
end
34+
3035
# Formats the messages into GitHub Action Check Runs.
3136
#
3237
# @param messages [Array<Pronto::Message>] The collection of messages to be formatted.

0 commit comments

Comments
 (0)