mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-15 07:16:20 +00:00
chore: improve marketplace style
This commit is contained in:
parent
aebff4bd9c
commit
d9c9b53e53
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
name: "Run golangci-lint"
|
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions
|
||||||
|
name: "Golangci-lint"
|
||||||
description: "Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution."
|
description: "Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution."
|
||||||
author: "golangci"
|
author: "golangci"
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -49,4 +50,4 @@ runs:
|
||||||
post: "dist/post_run/index.js"
|
post: "dist/post_run/index.js"
|
||||||
branding:
|
branding:
|
||||||
icon: "shield"
|
icon: "shield"
|
||||||
color: "yellow"
|
color: "white"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue