Skip to content

Commit

Permalink
Update verify_code.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VyaasBaskar authored Sep 2, 2024
1 parent fdfa106 commit 66ecb48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/verify_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,11 @@ jobs:
- name: Install clang-format
run: sudo apt-get update && sudo apt-get install -y clang-format

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Install Roborio Toolchain
run: ./gradlew installRoborioToolchain

# - name: Spotless Check
# run: ./gradlew spotlessCheck -PfromCI

0 comments on commit 66ecb48

Please sign in to comment.