Skip to content

Commit 54e7e5b

Browse files
authored
Always run gradle wrapper validation (#1693)
1 parent 7986fa9 commit 54e7e5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Gradle wrapper validation
2+
23
on:
3-
pull_request:
4-
paths:
5-
- '**/gradle/wrapper/**'
64
push:
7-
paths:
8-
- '**/gradle/wrapper/**'
5+
pull_request:
6+
7+
permissions:
8+
contents: read
99

1010
jobs:
11-
validation:
11+
gradle-wrapper-validation:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: gradle/wrapper-validation[email protected]
16+
- uses: gradle/actions/wrapper-validation@v4.2.2

0 commit comments

Comments
 (0)