Skip to content

Commit

Permalink
fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 31, 2024
1 parent cd1b7bc commit f217c6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ jobs:
check:
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v4

with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'

- run: |
./gradlew --console plain --info --full-stacktrace clean check

0 comments on commit f217c6f

Please sign in to comment.