mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-15 15:16:30 +00:00
docs: use github workspace in config path
This commit is contained in:
parent
a5307c8f68
commit
adaf88e385
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ 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=/my/path/.golangci.yml --issues-exit-code=0
|
args: --config=${{ github.workspace }}/my/path/.golangci.yml --issues-exit-code=0
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue