[ci] Run spotlessApply after wpiformat in comment command (#4623)

This commit is contained in:
Ryan Blue
2022-11-13 17:07:26 -05:00
committed by GitHub
parent 5a1e7ea036
commit d122e4254f

View File

@@ -37,6 +37,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
- name: Install clang-format
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
@@ -47,6 +52,8 @@ jobs:
run: pip3 install wpiformat
- name: Run wpiformat
run: wpiformat -clang 14
- name: Run spotlessApply
run: ./gradlew spotlessApply
- name: Commit
run: |
# Set credentials