mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-16 07:28:27 +00:00
review
This commit is contained in:
parent
adaf88e385
commit
064eebd04c
1 changed files with 3 additions and 1 deletions
|
|
@ -400,7 +400,9 @@ The location of the configuration file can be changed by using `--config=`
|
||||||
```yml
|
```yml
|
||||||
uses: golangci/golangci-lint-action@v7
|
uses: golangci/golangci-lint-action@v7
|
||||||
with:
|
with:
|
||||||
args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
|
# In some rare cases,
|
||||||
|
# you could have to use `${{ github.workspace }}` as base directory to reference your configuration file.
|
||||||
|
args: --config=/my/path/.golangci.yml --issues-exit-code=0
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue