Skip to content

Commit 2778062

Browse files
authored
Add gradle wrapper validation to required-status-checks (#6976)
So we can't accidentally merge a PR with this check failing. Currently built on top of #6975
1 parent 0ba6817 commit 2778062

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

.github/workflows/build-common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
# gradle enterprise is used for the build cache
4545
gradle-home-cache-excludes: caches/build-cache-1
4646

47+
gradle-wrapper-validation:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v3
51+
52+
- uses: gradle/[email protected]
53+
4754
license-check:
4855
runs-on: ubuntu-latest
4956
steps:

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)