Skip to content

Commit fdd4c16

Browse files
authored
add gradlew validation workflow (#778)
1 parent 4eb0276 commit fdd4c16

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
Please first search existing issues for the feature you are requesting. It may already exist, even as a closed issue.
9-
If it exists, please add a comment: along with subcribing you to the issue, this will help us prioritize features.
9+
If it exists, please add a comment: along with subscribing you to the issue, this will help us prioritize features.
1010
- type: textarea
1111
id: description
1212
attributes:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Validate Gradle Wrapper"
2+
on: [push, pull_request]
3+
4+
jobs:
5+
validation:
6+
name: "Validation"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: gradle/wrapper-validation-action@v2

0 commit comments

Comments
 (0)