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 bb3ed16 commit eccb3e5Copy full SHA for eccb3e5
.github/workflows/pr-golangci-lint.yaml
@@ -30,5 +30,5 @@ jobs:
30
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
31
with:
32
version: v1.60.2
33
- args: --out-format=colored-line-number --config .golangci.yml
+ args: --out-format=colored-line-number --config ${{matrix.working-directory}}/.golangci.yml
34
working-directory: ${{matrix.working-directory}}
0 commit comments