We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c650237 commit 3855545Copy full SHA for 3855545
.github/workflows/linter.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Run linter
32
shell: /usr/bin/bash {0}
33
run: |
34
- task linter
+ task lint
Taskfile.yml
@@ -13,7 +13,7 @@ tasks:
13
cmds:
14
- task -a
15
16
- linter:
+ lint:
17
desc: "Run linter"
18
19
- golangci-lint run --timeout 5m
0 commit comments