From cae63a7ada6a980add7a64aee306c06322672246 Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Sat, 20 Mar 2021 21:47:19 -0400 Subject: [PATCH] Add gradle wrapper validation action --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a58f5960..d1a5a86c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: - dev push: - branches: + branches: - dev - master @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: gradle/wrapper-validation-action@v1 - name: create and checkout branch # push events already checked out the branch