diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c83845..3570e9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: