Skip to content

Check if a tag or a branch is checked out #123

Check if a tag or a branch is checked out

Check if a tag or a branch is checked out #123

name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1