Try newer clang-format installed via pip

This commit is contained in:
Kovid Goyal 2026-08-05 20:10:57 +05:30
parent 0268bc3bce
commit 51b0993b5c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 5 deletions

View file

@ -11,3 +11,4 @@ kitty/color-names.h
kitty/parse-graphics-command.h
kitty/parse-multicell-command.h
kittens/unicode_input/names.h
3rdparty/**

View file

@ -68,7 +68,7 @@ jobs:
linux-package:
name: Linux package
runs-on: ubuntu-26.04
runs-on: ubuntu-latest
env:
CFLAGS: -funsigned-char
steps:
@ -106,14 +106,11 @@ jobs:
${{ runner.os }}-golang-static-
- name: Install build-only deps
run: python -m pip install -r docs/requirements.txt ruff ty types-requests types-docutils types-Pygments
run: python -m pip install -r docs/requirements.txt ruff ty types-requests types-docutils types-Pygments clang-format
- name: Run ruff
run: ruff check .
- name: Install clang-format
run: sudo apt-get install -y clang-format
- name: Check code formatting
run: go version && python .github/workflows/ci.py check_code_formatting