Fix failing go vet in CI

This commit is contained in:
Kovid Goyal
2025-03-27 02:51:26 +05:30
parent 7807e51e65
commit e76daa3736

View File

@@ -121,7 +121,7 @@ jobs:
run: which python && python -m mypy --version && ./test.py mypy
- name: Run go vet
run: go version && go vet ./...
run: cp kitty_tests/GraphemeBreakTest.json tools/wcswidth && go version && go vet ./...
- name: Build man page
run: make FAIL_WARN=1 man