fix actions
This commit is contained in:
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@@ -22,9 +22,9 @@ jobs:
|
|||||||
go vet .
|
go vet .
|
||||||
golint .
|
golint .
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
# # Run testing on the code
|
# # Run testing on the code
|
||||||
# - name: Run testing
|
# - name: Run testing
|
||||||
# run: cd test && go test -v
|
# run: cd test && go test -v
|
||||||
|
|||||||
Reference in New Issue
Block a user