Skip to content

Commit

Permalink
Move gradle wrapper validation inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 15, 2024
1 parent 81c8173 commit 8b97243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v3
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v3
- uses: actions/setup-java@v4
with:
java-version: 17
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

0 comments on commit 8b97243

Please sign in to comment.