Skip to content

Commit

Permalink
Update groovy-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvr1 committed Oct 7, 2023
1 parent 63b192d commit b2fed7d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/groovy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,5 @@ jobs:
- name: Set up Groovy
uses: actions/setup-java@v3
with:
java-version: '11'

- name: Check Groovy code
run: |
gradle groovy
- name: Fail if there are any errors
if: ${{ steps.groovy-check.outputs.exitCode != 0 }}
run: echo "Groovy check failed!"
java-version: 11
distribution: openjdk

0 comments on commit b2fed7d

Please sign in to comment.