From 1b9f93ef974fcc8a67e497b4ded10bbf4bbad43e Mon Sep 17 00:00:00 2001 From: IanTapply22 Date: Sat, 11 Nov 2023 20:31:40 -0500 Subject: [PATCH] Added space to end of workflows --- .github/workflows/build.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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