Run go vet on CI

This commit is contained in:
Kovid Goyal 2022-09-21 17:29:32 +05:30
parent 800dbf1f4d
commit d6f42a11d7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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