Skip to content

Commit

Permalink
Fix indentation typo in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 26, 2024
1 parent 175e8f2 commit 7c97a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-and-test:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 17, 21]
runs-on: "ubuntu-latest"
steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
submodules: recursive
Expand Down

0 comments on commit 7c97a67

Please sign in to comment.