mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 14:53:30 +00:00
Try newer clang-format installed via pip
This commit is contained in:
parent
0268bc3bce
commit
51b0993b5c
2 changed files with 3 additions and 5 deletions
|
|
@ -11,3 +11,4 @@ kitty/color-names.h
|
|||
kitty/parse-graphics-command.h
|
||||
kitty/parse-multicell-command.h
|
||||
kittens/unicode_input/names.h
|
||||
3rdparty/**
|
||||
|
|
|
|||
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue