mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
GHA: add gradle/actions/wrapper-validation
This commit is contained in:
parent
2253a1bb97
commit
cd22d26706
1 changed files with 8 additions and 1 deletions
7
.github/workflows/package.yaml
vendored
7
.github/workflows/package.yaml
vendored
|
|
@ -54,3 +54,10 @@ jobs:
|
|||
path: |
|
||||
build/jpackage/*
|
||||
!build/jpackage/Sparrow/
|
||||
|
||||
gradle_wrapper_validate:
|
||||
name: "Validate Gradle Wrapper"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gradle/actions/wrapper-validation@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue