Skip to content

Commit

Permalink
chore: add gradle wrapper validation
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet authored and fbricon committed Dec 8, 2023
1 parent 11e4c0f commit 18567c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/checkout@v4
- run: |
git rev-parse HEAD >> lastCommit
# Validate Wrapper before running build
- name: validate Gradle Wrapper
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 #v1.1.0
- name: Check New Changes
id: cache-last-commit
uses: actions/cache@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v4

# Validate Wrapper before running build
- name: validate Gradle Wrapper
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 #v1.1.0

# Set up Java environment for the next steps
- name: Setup Java
Expand Down

0 comments on commit 18567c0

Please sign in to comment.