Skip to content

Commit

Permalink
introducing Gradle wrappers validation GitHub action
Browse files Browse the repository at this point in the history
see https://github.com/marketplace/actions/gradle-wrapper-validation

GitOrigin-RevId: aef9a94bb12ac65e4d05a97b414bd303b694fda4
  • Loading branch information
DmPanov authored and intellij-monorepo-bot committed Dec 6, 2024
1 parent 841ebf8 commit eb68e09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/Gradle_wrappers_validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Gradle Wrappers Validation
on: [ push, workflow_dispatch ]
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4

0 comments on commit eb68e09

Please sign in to comment.