Skip to content

Commit

Permalink
More spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Mar 1, 2024
1 parent ab8b616 commit 1875e56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -16,6 +15,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -31,6 +31,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -48,6 +49,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -65,6 +67,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -82,6 +85,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -117,6 +121,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand All @@ -134,6 +139,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 1875e56

Please sign in to comment.