mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +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`.
|
||||
|
||||
`goinstall` is not recommended, more explanations [here](https://golangci-lint.run/docs/welcome/install/#install-from-sources).
|
||||
|
||||
<details>
|
||||
<summary>Example</summary>
|
||||
|
||||
```yml
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
install-mode: "goinstall"
|
||||
install-mode: "none"
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue