We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebff4b commit d9c9b53Copy full SHA for d9c9b53
action.yml
@@ -1,4 +1,5 @@
1
-name: "Run golangci-lint"
+# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
2
+name: "Golangci-lint"
3
description: "Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution."
4
author: "golangci"
5
inputs:
@@ -49,4 +50,4 @@ runs:
49
50
post: "dist/post_run/index.js"
51
branding:
52
icon: "shield"
- color: "yellow"
53
+ color: "white"
0 commit comments