Skip to content

Commit d8f6081

Browse files
snicollwilkinsona
authored andcommitted
Restore PR workflow
1 parent e6b6c72 commit d8f6081

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ permissions:
55
jobs:
66
build:
77
name: Build Pull Request
8-
runs-on: ubuntu-latest
98
if: ${{ github.repository == 'spring-gradle-plugins/nullability-plugin' }}
9+
runs-on: ubuntu-latest
1010
steps:
11+
- name: Check Out
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1113
- name: Set Up JDK 17
1214
uses: actions/setup-java@v4
1315
with:
1416
java-version: '17'
1517
distribution: 'liberica'
16-
- name: Check Out
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Set Up Gradle
1919
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
2020
- name: Build
21-
env:
2221
run: ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --no-parallel --continue build
2322
- name: Upload Build Reports
2423
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)