Translated using Weblate (Chinese (Simplified Han script)) #995
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle / Validate wrapper | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- '**/gradlе-wrapper.jar' | |
permissions: | |
contents: read | |
jobs: | |
validate: | |
name: Validate | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Validate Gradle Wrapper | |
uses: gradle/actions/wrapper-validation@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2 |