Skip to content

Commit

Permalink
CI: enable Gradle Wrapper validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 6, 2023
1 parent 41f3b4c commit 9571618
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-rd-kt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
with:
name: tests-log.${{ runner.os }}
path: "**/reports/*"
validation:
runs-on: ubuntu-22.04
name: "Validate Gradle wrapper"
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 9571618

Please sign in to comment.