Skip to content

Commit

Permalink
ci: add Gradle Wrapper validator (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Nov 1, 2024
1 parent 9df7c86 commit cf687f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4

- name: Execute Gradle build
run: ./gradlew build

Expand Down

0 comments on commit cf687f2

Please sign in to comment.