This repository was archived by the owner on Oct 15, 2024. It is now read-only.
fix(deps): update kotlin and compose to v1.9.23 #1701
Workflow file for this run
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: Validate Gradle Wrapper | |
on: | |
push: | |
branches: | |
- develop | |
paths: | |
- ".github/workflows/validate_gradle_wrapper.yml" | |
- "gradle/**" | |
- "gradlew" | |
- "gradlew.bat" | |
pull_request: | |
paths: | |
- ".github/workflows/validate_gradle_wrapper.yml" | |
- "gradle/**" | |
- "gradlew" | |
- "gradlew.bat" | |
jobs: | |
validation: | |
name: Wrapper validation | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- name: Validate Gradle Wrapper | |
uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1 |