Skip to content

Commit

Permalink
Fix config path for golangci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Nino Kodabande <[email protected]>
  • Loading branch information
Nino-K committed Nov 28, 2023
1 parent 23333d2 commit 2bdd587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-runner-monitor-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- uses: golangci/[email protected]
# This is only safe because this workflow does not allow writing
with:
args: --config=.golangci.yaml --verbose --timeout 3m
args: --config=$HOME/rancher-desktop/rancher-desktop/.github/workflows/.golangci.yaml --verbose --timeout 3m
working-directory: src/go/github-runner-monitor
only-new-issues: true

0 comments on commit 2bdd587

Please sign in to comment.