File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ We recommend using [our GitHub Action](https://github.com/golangci/golangci-lint
2121It's [ fast and uses smart caching] ( https://github.com/golangci/golangci-lint-action#performance ) inside,
2222and it can be much faster than the simple binary installation.
2323
24- ![ Log output of the action] ( /images/colored-line-number.png " Console Output ")
24+ Also, the action creates GitHub annotations for found issues (you don't need to dig into build log to see found by golangci-lint issues).
2525
26- Also, the action creates GitHub annotations for found issues (you don't need to dig into build log to see found by golangci-lint issues):
26+ {{< cards cols=2 >}}
27+ {{< card subtitle="Console Output" image="/images/colored-line-number.png" >}}
28+ {{< card subtitle="Annotations" image="/images/annotations.png" >}}
29+ {{< /cards >}}
2730
28- ![ GitHub annotations of the action] ( /images/annotations.png " Annotations ")
2931
3032### GitLab CI
3133
You can’t perform that action at this time.
0 commit comments