We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5307c8 commit f51fbecCopy full SHA for f51fbec
README.md
@@ -400,6 +400,8 @@ The location of the configuration file can be changed by using `--config=`
400
```yml
401
uses: golangci/golangci-lint-action@v7
402
with:
403
+ # In some rare cases,
404
+ # you could have to use `${{ github.workspace }}` as base directory to reference your configuration file.
405
args: --config=/my/path/.golangci.yml --issues-exit-code=0
406
# ...
407
```
0 commit comments