Skip to content

Commit

Permalink
Fix spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
technonerdz authored Jan 19, 2024
1 parent f78edea commit 27a4b7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- run: ./gradlew spotlessCheck

0 comments on commit 27a4b7f

Please sign in to comment.