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 3e32192
Show file tree
Hide file tree
Showing 2 changed files 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=${{ github.workspace }}/.github/workflows/golangci.yaml --verbose --timeout 3m
working-directory: src/go/github-runner-monitor
only-new-issues: true
File renamed without changes.

0 comments on commit 3e32192

Please sign in to comment.