From 59a36466bb815c3fb5a08bcb9ea686430dc03195 Mon Sep 17 00:00:00 2001 From: Oharass Date: Sat, 2 Oct 2021 20:44:49 -0500 Subject: [PATCH] [ci-skip] re-add gradle wrapper validation (#697) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec6d0f36f..ece40aeac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ jobs: if: "!contains(github.event.commits[0].message, '[ci-skip]')" steps: - uses: actions/checkout@v2 + - uses: gradle/wrapper-validation-action@v1 - uses: actions/setup-java@v2 with: distribution: temurin @@ -17,4 +18,4 @@ jobs: - name: Apply Patches run: ./gradlew applyPatches --stacktrace - name: Build - run: ./gradlew build --stacktrace \ No newline at end of file + run: ./gradlew build --stacktrace