mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
docs: improve readme
This commit is contained in:
parent
06188a2a4a
commit
b68d21b131
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue