Skip to content

Commit 1778eba

Browse files
committed
dev: shorten description
1 parent 1dd9e05 commit 1778eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 'Run golangci-lint'
3-
description: 'Official golangci-lint runner. Works very fast: uses caching and parallelization. Creates line-attached GitHub annotations for found issues. Beta version.'
3+
description: 'Official golangci-lint action with line-attached annotations for found issues, caching and parallel execution. Beta version.'
44
author: 'golangci'
55
inputs:
66
version:
@@ -20,4 +20,4 @@ runs:
2020
post: 'dist/post_run/index.js'
2121
branding:
2222
icon: 'shield'
23-
color: 'yellow'
23+
color: 'yellow'

0 commit comments

Comments
 (0)