Skip to content

Commit ac95df1

Browse files
authored
Run gradle wrapper check all the time (#159)
1 parent 0faee55 commit ac95df1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +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:
96

107
permissions:
118
contents: read
129

1310
jobs:
14-
validation:
11+
gradle-wrapper-validation:
1512
runs-on: ubuntu-latest
1613
steps:
1714
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1815

19-
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
16+
- uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0

0 commit comments

Comments
 (0)