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 626f89e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ ignore$
^\Qpkg/rancher-desktop/utils/_demo_metadata.js\E$
(?:^|/)pkg/rancher-desktop/nuxt/
^\Qsrc/disk-images/github-runner-linux/root/etc/sysconfig/network/ifcfg-\E
^\Q.github/workflows/.golangci.yaml\E$
^\Q.github/workflows/golangci.yaml\E$
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 626f89e

Please sign in to comment.