Fix failing go vet in CI
This commit is contained in:
parent
7807e51e65
commit
e76daa3736
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue