From 3b1531ad73daceb1d670bf714e17277fe97ac3fb Mon Sep 17 00:00:00 2001 From: jmp Date: Fri, 7 May 2021 18:17:25 -0700 Subject: [PATCH] [ci-skip] Add wrapper validation step to actions --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c25a16f6f..680537ef9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,6 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: gradle/wrapper-validation-action@v1 - name: Set up JDK uses: actions/setup-java@v2 with: