Fix workflow file syntax
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
run: go install -v ./pkg/
|
run: go install -v ./pkg/
|
||||||
|
|
||||||
- name: Install golint
|
- name: Install golint
|
||||||
run: GO111MODULE=off go get -u golang.org/x/lint/golint
|
run: GO111MODULE=off go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: make lint
|
run: make lint
|
||||||
|
|||||||
Reference in New Issue
Block a user