summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHannes Achleitner <hannes.software@gmx.at>2020-04-26 17:07:03 +0200
committerHannes Achleitner <hannes.software@gmx.at>2020-04-26 19:06:31 +0200
commit874eecd3cdcfecd2cea98907fc4daac6e0161939 (patch)
treef8bc94d0b954e7d00cefc1fd6df3c909f3d761d2 /.github/workflows
parent07636521994b669940d11db6e8142e81f6db4e62 (diff)
downloadAntennaPod-874eecd3cdcfecd2cea98907fc4daac6e0161939.zip
Gradle verifiction
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gradle-wrapper-validation.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml
new file mode 100644
index 000000000..f365456a1
--- /dev/null
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -0,0 +1,10 @@
+name: "Validate Gradle Wrapper"
+on: [pull_request]
+
+jobs:
+ validation:
+ name: "Validation"
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: gradle/wrapper-validation-action@v1