.github/workflows: refactoring

This commit is contained in:
Hajime Hoshi 2023-10-04 12:17:41 +09:00
parent 73524d8df5
commit b27238e989

View File

@ -67,7 +67,7 @@ jobs:
- name: go vet (vettool) - name: go vet (vettool)
run: | run: |
(cd ./internal/vettools; go install .) go install ./internal/vettools
go vet -vettool=$(which vettools)${{ runner.os == 'Windows' && '.exe' || '' }} -v ./... go vet -vettool=$(which vettools)${{ runner.os == 'Windows' && '.exe' || '' }} -v ./...
- name: go build - name: go build