Skip to content

Commit

Permalink
Add gradle wrapper validation CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Feb 11, 2024
1 parent b9d0083 commit 9921815
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ jobs:
key: gradle-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Build
run: ./gradlew assembleRelease assembleDebug
wrapper-validation:
name: "Gradle Wrapper Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 9921815

Please sign in to comment.