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.
2 parents c650237 + 3855545 commit 9e910c1Copy full SHA for 9e910c1
.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