Skip to content

Commit d9c9b53

Browse files
committed
chore: improve marketplace style
1 parent aebff4b commit d9c9b53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "Run golangci-lint"
1+
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
2+
name: "Golangci-lint"
23
description: "Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution."
34
author: "golangci"
45
inputs:
@@ -49,4 +50,4 @@ runs:
4950
post: "dist/post_run/index.js"
5051
branding:
5152
icon: "shield"
52-
color: "yellow"
53+
color: "white"

0 commit comments

Comments
 (0)