mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 11:52:56 +01:00
ci: gradle wrapper validation
This commit is contained in:
parent
05eb04bd09
commit
b4f56e3c24
1 changed files with 10 additions and 0 deletions
10
.github/workflows/gradle-wrapper-validation.yml
vendored
Normal file
10
.github/workflows/gradle-wrapper-validation.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Reference in a new issue