docs: improve readme

This commit is contained in:
Fernandez Ludovic 2025-10-15 22:31:08 +02:00
parent 06188a2a4a
commit b68d21b131
No known key found for this signature in database
GPG key ID: 581FF80B781EF668

View file

@ -288,13 +288,15 @@ The mode to install golangci-lint: it can be `binary`, `goinstall`, or `none`.
The default value is `binary`. The default value is `binary`.
`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/#install-from-sources).
<details> <details>
<summary>Example</summary> <summary>Example</summary>
```yml ```yml
uses: golangci/golangci-lint-action@v8 uses: golangci/golangci-lint-action@v8
with: with:
install-mode: "goinstall" install-mode: "none"
# ... # ...
``` ```