Skip to content

Commit e7b3d8b

Browse files
authored
ci/lint: Fix golangci-lint installation
1 parent 39c527a commit e7b3d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Install golangci-lint
2626
with:
2727
version: latest
28-
args: --version # make lint will run the linter
28+
args: --help # make lint will run the linter
2929

3030
- run: make lint
3131
name: Lint

0 commit comments

Comments
 (0)