Shorten wpiformat config (#8427)

This commit is contained in:
Tyler Veness
2025-11-27 17:30:06 -08:00
committed by GitHub
parent a802855e0c
commit b482fa02df
8 changed files with 30 additions and 88 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.77
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
- 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.77
${{ runner.temp }}/wpiformat/bin/pip3 install wpiformat==2025.78
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio