Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Solve merge conflict #17

Solve merge conflict

Solve merge conflict #17

name: "Validate Gradle Wrapper"
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1