Skip to content

Commit

Permalink
ci(github-action): update gradle validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jul 18, 2023
1 parent 031a607 commit f88aa5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate_gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Validate Gradle"
on:
push:

jobs:
validation:
name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/[email protected]
10 changes: 0 additions & 10 deletions .github/workflows/validate_gradle_wrapper.yml

This file was deleted.

0 comments on commit f88aa5b

Please sign in to comment.