diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffa7966..4c603d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,4 @@ jobs: # Runs a single command using the runners shell - name: Compile and run tests on robot code - run: ./gradlew build \ No newline at end of file + run: ./gradlew build diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b1306c4..6c1190c 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3 - uses: axel-op/googlejavaformat-action@v3 with: - args: "--skip-sorting-imports --replace" \ No newline at end of file + args: "--skip-sorting-imports --replace" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e56211b..1780478 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,4 +20,4 @@ jobs: java-version: 17 # Executes linting # If this fails, run ./gradlew spotlessApply locally to fix formatting - - run: ./gradlew spotlessCheck \ No newline at end of file + - run: ./gradlew spotlessCheck