Skip to content

Remove the unmaintained Batect in favor of using a GitHub action container #7201

Remove the unmaintained Batect in favor of using a GitHub action container

Remove the unmaintained Batect in favor of using a GitHub action container #7201

name: Wrapper Validation
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
gradle-wrapper:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Wrapper
uses: gradle/wrapper-validation-action@v1