We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8feaf commit ab74375Copy full SHA for ab74375
lib/puppet-lint.rb
@@ -177,9 +177,8 @@ def report(problems)
177
else
178
format_message(message)
179
print_context(message) if configuration.with_context
180
+ print_github_annotation(message) if configuration.github_actions
181
end
-
182
- print_github_annotation(message) if configuration.github_actions
183
184
puts JSON.pretty_generate(json) if configuration.json
185
0 commit comments