Skip to content

replaced junit with kotest #280

replaced junit with kotest

replaced junit with kotest #280

name: Validate Gradle Wrapper
on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v1