[ci] Upgrade to wpiformat 2024.42 (#7165)

This commit is contained in:
Tyler Veness
2024-10-04 12:55:10 -07:00
committed by GitHub
parent b541174255
commit 8102516300
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Install wpiformat
run: pip3 install wpiformat==2024.41
run: pip3 install wpiformat==2024.42
- name: Run wpiformat
run: wpiformat
- name: Run spotlessApply

View File

@@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.41
run: pip3 install wpiformat==2024.42
- name: Run
run: wpiformat
- name: Check output
@@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.41
run: pip3 install wpiformat==2024.42
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio