Run go vet on CI
This commit is contained in:
parent
800dbf1f4d
commit
d6f42a11d7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -115,6 +115,9 @@ jobs:
|
||||
- name: Run mypy
|
||||
run: which python && python -m mypy --version && ./test.py mypy
|
||||
|
||||
- name: Run go vet
|
||||
run: go version && go vet ./...
|
||||
|
||||
- name: Build man page
|
||||
run: make FAIL_WARN=1 man
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user