Skip to content

Commit

Permalink
Added space to end of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Nov 12, 2023
1 parent 4a5e1ff commit 1b9f93e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:

# Runs a single command using the runners shell
- name: Compile and run tests on robot code
run: ./gradlew build
run: ./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
args: "--skip-sorting-imports --replace"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
java-version: 17
# Executes linting
# If this fails, run ./gradlew spotlessApply locally to fix formatting
- run: ./gradlew spotlessCheck
- run: ./gradlew spotlessCheck

0 comments on commit 1b9f93e

Please sign in to comment.