Skip to content

Changelog with pipeline section #277

Changelog with pipeline section

Changelog with pipeline section #277

name: "Gradle Wrapper"
on:
pull_request:
branches:
- main
jobs:
validation:
name: "Validate"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ matrix.example }}
strategy:
matrix:
example: [ android ]
steps:
- uses: actions/checkout@v4.2.0
- uses: gradle/wrapper-validation-action@v3