mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 07:24:41 +02:00
Fix failing go vet in CI
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
run: which python && python -m mypy --version && ./test.py mypy
|
run: which python && python -m mypy --version && ./test.py mypy
|
||||||
|
|
||||||
- name: Run go vet
|
- 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
|
- name: Build man page
|
||||||
run: make FAIL_WARN=1 man
|
run: make FAIL_WARN=1 man
|
||||||
|
|||||||
Reference in New Issue
Block a user