Skip to content

Commit

Permalink
Validate Gradle wrapper (#1501)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 11, 2024
1 parent bf752e7 commit 65e2c8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/verify-gradle-wrapper.yaml
@@ -0,0 +1,11 @@
name: Validate Gradle wrapper
on: [pull_request, push]
jobs:
build_pr:
if: github.repository_owner == 'jenkinsci'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2

0 comments on commit 65e2c8a

Please sign in to comment.