Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 31, 2024
1 parent cd1b7bc commit 17a1c72
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: '🚔'
on: [ push ]
on: [ push, pull_request ]
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
- run: >
./gradlew
--console=plain
--info
--full-stacktrace
clean check

0 comments on commit 17a1c72

Please sign in to comment.