Skip to content

Many changes in build scripts and other quality of life changes. #3

Many changes in build scripts and other quality of life changes.

Many changes in build scripts and other quality of life changes. #3

name: "Validate Gradle Wrapper"
on: [ push, pull_request ]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1