Skip to content

Commit f97c163

Browse files
committed
feat: better render for gha images
1 parent 017bd7b commit f97c163

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/content/docs/welcome/install.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ We recommend using [our GitHub Action](https://github.com/golangci/golangci-lint
2121
It's [fast and uses smart caching](https://github.com/golangci/golangci-lint-action#performance) inside,
2222
and 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

-10.9 KB
Loading

0 commit comments

Comments
 (0)