From 1778ebaefa94c88abbdf275ac1309d257dbde719 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Tue, 5 May 2020 18:17:02 +0300 Subject: [PATCH] dev: shorten description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e25853107b..c795c15f1b 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ --- name: 'Run golangci-lint' -description: 'Official golangci-lint runner. Works very fast: uses caching and parallelization. Creates line-attached GitHub annotations for found issues. Beta version.' +description: 'Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution. Beta version.' author: 'golangci' inputs: version: @@ -20,4 +20,4 @@ runs: post: 'dist/post_run/index.js' branding: icon: 'shield' - color: 'yellow' + color: 'yellow' \ No newline at end of file