Skip to content

Commit

Permalink
fix(worfkflow): use the project golanci-lint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevesy committed Oct 29, 2023
1 parent a529e00 commit 653c817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--config=.golangci.yaml"
golangci_lint_flags: "--config=build/golangci.yaml"
reporter: github-pr-review
go_version: ${{ matrix.go }}
cache: false # managed by actions/setup-go
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
workdir: ./docs/
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning
level: warning

0 comments on commit 653c817

Please sign in to comment.