Skip to content

Commit

Permalink
check formatting before building
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatankar6 committed Apr 8, 2024
1 parent 6987f00 commit 0a3d556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Grant execute permission
run: chmod +x gradlew
- name: Build robot code
run: ./gradlew build
- name: Check formatting
run: ./gradlew spotlessCheck
- name: Build robot code
run: ./gradlew build

0 comments on commit 0a3d556

Please sign in to comment.