Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
made ever push be formatted
  • Loading branch information
Wh1zz299 authored Sep 24, 2024
1 parent fd9ae60 commit 0d7e879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# Causes instant pull after commit but its ok were gonna forget
# to run spotless ever time if spotless check fails than ¯\_(ツ)_/¯
- name: Compile and run tests on robot code
run: ./gradlew spotlessApply

# Runs a single command using the runners shell
- name: Compile and run tests on robot code
run: ./gradlew build
spotless:
Expand Down

0 comments on commit 0d7e879

Please sign in to comment.