Skip to content

Commit

Permalink
docs: add note about github.workspace (#1218)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Apr 4, 2025
1 parent a5307c8 commit f51fbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ The location of the configuration file can be changed by using `--config=`
```yml
uses: golangci/golangci-lint-action@v7
with:
# 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
# ...
```
Expand Down

0 comments on commit f51fbec

Please sign in to comment.