Skip to content

Bump androidx.compose:compose-bom from 2024.02.02 to 2024.05.00 (#24) #72

Bump androidx.compose:compose-bom from 2024.02.02 to 2024.05.00 (#24)

Bump androidx.compose:compose-bom from 2024.02.02 to 2024.05.00 (#24) #72

name: "Validate Gradle Wrapper"
on:
# Allows to run this workflow when a commit it pushed to the branch
push:
paths-ignore:
- "**/*.md"
branches:
- main
# Allows to run this workflow when a Pull Request is made with the set target branch
pull_request:
paths-ignore:
- "**/*.md"
branches:
- main
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3