wrapper-validation-action/README.md

16 lines
618 B
Markdown
Raw Normal View History

2020-01-05 11:04:24 +00:00
<p align="center">
<a href="https://github.com/eskatos/gradle-wrapper-check/actions"><img alt="gradle-wrapper-check status" src="https://github.com/eskatos/gradle-wrapper-check/workflows/build-test/badge.svg"></a>
2020-01-05 11:04:24 +00:00
</p>
# Validates Gradle Wrapper JARs
2020-01-05 11:04:24 +00:00
This action validates the checksums of [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found.
2020-01-05 11:04:24 +00:00
## Usage
2020-01-05 11:04:24 +00:00
Simply add this action to your workflow **before** running any Gradle build:
2020-01-05 11:04:24 +00:00
```yaml
uses: eskatos/gradle-wrapper-check@releases/v1
2020-01-05 11:04:24 +00:00
```