mirror of
https://github.com/safing/portbase
synced 2025-09-01 18:19:57 +00:00
Update go workflow
This commit is contained in:
parent
fe1ceba8b5
commit
76648d6c4e
1 changed files with 0 additions and 6 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
@ -48,12 +48,6 @@ jobs:
|
|||
- name: Run go vet
|
||||
run: go vet ./...
|
||||
|
||||
- name: Install golint
|
||||
run: bash -c "GOBIN=$(pwd) go get -u golang.org/x/lint/golint"
|
||||
|
||||
- name: Run golint
|
||||
run: ./golint -set_exit_status -min_confidence 1.0 ./...
|
||||
|
||||
# golint is run (sufficiently; with excludes) as a part of golangci-lint.
|
||||
# - name: Install golint
|
||||
# run: bash -c "GOBIN=$(pwd) go get -u golang.org/x/lint/golint"
|
||||
|
|
Loading…
Add table
Reference in a new issue