Skip to content

Commit 2d3f4a5

Browse files
committed
Fix linter
1 parent e3d81cf commit 2d3f4a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ jobs:
1616

1717
- name: Lint
1818
uses: golangci/golangci-lint-action@v3
19+
with:
20+
args:
21+
--config=./.github/golangci.yml

0 commit comments

Comments
 (0)