Add github actions

This commit is contained in:
nea
2023-07-31 23:18:30 +02:00
parent 8b8811db65
commit b443caac89
2 changed files with 38 additions and 0 deletions

View File

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