Skip to content

Commit

Permalink
GitHub workflow > add gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Aug 18, 2023
1 parent 1cf7373 commit c6871e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
distribution: temurin
java-version: 11
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Check
run: ./gradlew check

0 comments on commit c6871e1

Please sign in to comment.