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
21
21
It's [ fast and uses smart caching] ( https://github.com/golangci/golangci-lint-action#performance ) inside,
22
22
and it can be much faster than the simple binary installation.
23
23
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).
25
25
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 >}}
27
30
28
- ![ GitHub annotations of the action] ( /images/annotations.png " Annotations ")
29
31
30
32
### GitLab CI
31
33
You can’t perform that action at this time.
0 commit comments