Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

chore(changelog): Update CHANGELOG.md #2014

chore(changelog): Update CHANGELOG.md

chore(changelog): Update CHANGELOG.md #2014

name: Validate Gradle Wrapper
on:
push:
branches:
- '*'
- '!translate_main'
pull_request:
branches:
- 'main'
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/wrapper-validation-action@v1