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

This commit is contained in:
Tyler Veness
2024-03-20 22:53:52 -07:00
committed by GitHub
parent 5370f249a1
commit b38540e1af

View File

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