This commit is contained in:
Fernandez Ludovic 2025-04-04 04:17:40 +02:00
parent adaf88e385
commit 064eebd04c

View file

@ -400,7 +400,9 @@ The location of the configuration file can be changed by using `--config=`
```yml
uses: golangci/golangci-lint-action@v7
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
# ...
```