1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-16 10:19:59 +00:00

Add gradle wrapper validation action

This commit is contained in:
TacoTheDank 2021-03-20 21:47:19 -04:00
parent c7efa8c4f1
commit cae63a7ada

View File

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: create and checkout branch - name: create and checkout branch
# push events already checked out the branch # push events already checked out the branch