Skip to content

Commit

Permalink
add gradlew validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Apr 8, 2024
1 parent 4eb0276 commit 0f4fe22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
Please first search existing issues for the feature you are requesting. It may already exist, even as a closed issue.
If it exists, please add a comment: along with subcribing you to the issue, this will help us prioritize features.
If it exists, please add a comment: along with subscribing you to the issue, this will help us prioritize features.
- type: textarea
id: description
attributes:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]

jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2

0 comments on commit 0f4fe22

Please sign in to comment.