Skip to content

Rename the project from 'vavr' to 'vavr-champ' to make it clear that … #6

Rename the project from 'vavr' to 'vavr-champ' to make it clear that …

Rename the project from 'vavr' to 'vavr-champ' to make it clear that … #6

name: "Validate Gradle Wrapper"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
validation:
name: "Gradle wrapper validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3