[ci] Pin wpiformat version in comment command (#6457)

This commit is contained in:
Tyler Veness
2024-03-20 22:50:55 -07:00
committed by GitHub
parent 74057543aa
commit b2113d3a9a

View File

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