mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-06-18 05:23:12 +10:00
Alpha
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: "Validate Gradle Wrapper"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- gradle/wrapper/**
|
||||
- gradlew*
|
||||
pull_request:
|
||||
paths:
|
||||
- gradle/wrapper/**
|
||||
- gradlew*
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
name: "Validate Authenticity of Gradle Wrapper"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gradle/actions/wrapper-validation@v4
|
||||
Reference in New Issue
Block a user