Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
f7deleon committed Apr 26, 2024
1 parent ac07037 commit f61eff6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-${{ hashFiles('**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Gradle Initialization
run: ./gradlew
- name: Check forbidden comments
Expand Down

0 comments on commit f61eff6

Please sign in to comment.