Skip to content

Commit

Permalink
Remove now redundant action
Browse files Browse the repository at this point in the history
The wrapper validation is now done by default by setup-gradle.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 authored Nov 6, 2024
1 parent c24e1fc commit bb6f170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: gradle/actions/wrapper-validation@v4
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew assemble
- run: ./gradlew check
Expand Down

0 comments on commit bb6f170

Please sign in to comment.