diff --git a/action.yml b/action.yml index e258531..c795c15 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