aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2023-07-11 23:25:02 +0200
committerNassim Jahnke <[email protected]>2023-07-11 23:25:02 +0200
commit3f6585c8be796a30432689524ae0634ad68f82b0 (patch)
tree8c3ac18301d95ad747f2900b077cfd69b31fc8ca /.github
parent8e59366f594b455ef909b6e00cc942e5549a0a24 (diff)
downloadPaper-3f6585c8be796a30432689524ae0634ad68f82b0.tar.gz
Paper-3f6585c8be796a30432689524ae0634ad68f82b0.zip
[ci skip] Add gradle wrapper validation action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 20ca9be6b2..4e1c36e150 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,10 +26,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: JDK ${{ matrix.java }}
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
+
+ - name: Validate Gradle wrapper
+ uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2