No description
Find a file
Paul Merlin 134e7085c8 README
Signed-off-by: Paul Merlin <paul@gradle.com>
2020-01-06 13:57:17 +01:00
.github/workflows Add input to allow arbitrary checksums 2020-01-06 13:36:28 +01:00
__tests__ Better reporting of invalid wrapper jars 2020-01-06 13:50:19 +01:00
dist Better reporting of invalid wrapper jars 2020-01-06 13:50:19 +01:00
src Better reporting of invalid wrapper jars 2020-01-06 13:50:19 +01:00
.eslintignore Initial commit 2020-01-05 12:04:24 +01:00
.eslintrc.json Initial commit 2020-01-05 12:04:24 +01:00
.gitignore First cut 2020-01-05 14:03:40 +01:00
.prettierignore Initial commit 2020-01-05 12:04:24 +01:00
.prettierrc.json Initial commit 2020-01-05 12:04:24 +01:00
action.yml Add input to allow arbitrary checksums 2020-01-06 13:36:28 +01:00
jest.config.js Simplify jest config 2020-01-06 13:26:44 +01:00
LICENSE Initial commit 2020-01-05 12:04:24 +01:00
package-lock.json Walk the dir tree instead of the git tree 2020-01-06 13:24:48 +01:00
package.json Walk the dir tree instead of the git tree 2020-01-06 13:24:48 +01:00
README.md README 2020-01-06 13:57:17 +01:00
tsconfig.json Initial commit 2020-01-05 12:04:24 +01:00

gradle-wrapper-check status

Validates Gradle Wrapper JARs

This action validates the checksums of Gradle Wrapper JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found.

Usage

Simply add this action to your workflow before running any Gradle build:

uses: eskatos/gradle-wrapper-check@releases/v1