Fix player UI not hiding automatically #3065
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-24.04 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: Validate Gradle Wrapper | |
uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0 |