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 d4e19d7 commit 91d808dCopy full SHA for 91d808d
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
GOLANGCI_LINT_VERSION: '1.50.1'
38
- name: Run Lint
39
- run: make lint
+ run: golangci-lint run
40
41
build:
42
name: build
0 commit comments