github actions: add wrapper validation ()

It validates the checksums of Gradle Wrapper JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found. https://github.com/gradle/wrapper-validation-action
This commit is contained in:
ㄗㄠˋ ㄑㄧˊ 2020-07-10 05:31:28 +08:00 committed by GitHub
parent 35e08e3387
commit fde2bb23c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}