Skip to content

Commit

Permalink
fix: fix golangci.yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Mar 1, 2024
1 parent 9bfb4c5 commit c2376b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.git
infra
.github
db
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
golangci_lint_flags: "--config=./.golangci.yml ./..."
golangci_lint_flags: "--config=./.golangci.yaml ./..."
fail_on_error: true
reporter: "github-pr-review"

0 comments on commit c2376b1

Please sign in to comment.