From d9c9b53e53fa63215cdd19637cd95fbc34fdf4a1 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 4 May 2024 01:41:30 +0200 Subject: [PATCH] chore: improve marketplace style --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b498ad078f..2318f3473b 100644 --- a/action.yml +++ b/action.yml @@ -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." author: "golangci" inputs: @@ -49,4 +50,4 @@ runs: post: "dist/post_run/index.js" branding: icon: "shield" - color: "yellow" + color: "white"