Skip to content

Commit 823d4fe

Browse files
authored
Provide a correct path to the linter file .golangci.yml (#26)
1 parent 649f951 commit 823d4fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/golangci_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Run golangci-lint for ${{ matrix.module }}
3737
uses: golangci/golangci-lint-action@v3
3838
with:
39+
args: --config=${{ github.workspace }}/.golangci.yml
3940
only-new-issues: true
4041
version: v1.62.2
4142
working-directory: ${{ matrix.module }}

0 commit comments

Comments
 (0)