Skip to content

Give the control of the arrow animation to itself #287

Give the control of the arrow animation to itself

Give the control of the arrow animation to itself #287

name: Validate Gradle Wrapper
on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- '*'
jobs:
validation:
name: Validation
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v3
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1