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 7c1ae75 + 1a8eacf commit 5622aaeCopy full SHA for 5622aae
.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
@@ -37,7 +37,7 @@ tasks:
37
cmds:
38
- go test -v -run "TestIntegration" ./...
39
40
- linter:
+ lint:
41
desc: "Run linter"
42
43
- golangci-lint run
0 commit comments