Skip to content

Commit

Permalink
testing golangci config path
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Oct 3, 2024
1 parent bb3ed16 commit eccb3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
with:
version: v1.60.2
args: --out-format=colored-line-number --config .golangci.yml
args: --out-format=colored-line-number --config ${{matrix.working-directory}}/.golangci.yml
working-directory: ${{matrix.working-directory}}

0 comments on commit eccb3e5

Please sign in to comment.