Use a separate CI step to install clang-format before running it

Also use short `-Yqu` flags like our other invocations
This commit is contained in:
Rangi
2026-04-15 20:12:48 -04:00
parent 185a5c5369
commit b3c3981a90
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install clang-format
run: |
sudo apt-get install -Uyq install clang-format
- name: Check format
run: |
sudo apt --update --yes --quiet install clang-format
contrib/checkformat.sh