We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adaf88e commit bde38bbCopy full SHA for bde38bb
README.md
@@ -400,7 +400,9 @@ The location of the configuration file can be changed by using `--config=`
400
```yml
401
uses: golangci/golangci-lint-action@v7
402
with:
403
- args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
+ # In some rare cases,
404
+ # you could have to use `${{ add note }}` as base directory to reference your configuration file.
405
+ args: --config=/my/path/.golangci.yml --issues-exit-code=0
406
# ...
407
```
408
0 commit comments