[ci] Upgrade to wpiformat 2025.79 (#8491)

wpiformat now skips binary files matching a list of extensions.

https://github.com/wpilibsuite/styleguide/blob/main/wpiformat/wpiformat/__init__.py#L483-L504
This commit is contained in:
Tyler Veness
2025-12-16 22:20:21 -08:00
committed by GitHub
parent f668e10197
commit 718f2f7ccd
2 changed files with 2 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Install wpiformat
run: |
python -m venv ${{ runner.temp }}/wpiformat
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79
- name: Run
run: ${{ runner.temp }}/wpiformat/bin/wpiformat -default-branch 2027
- name: Check output
@@ -78,7 +78,7 @@ jobs:
- name: Install wpiformat
run: |
python -m venv ${{ runner.temp }}/wpiformat
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.79
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio