Skip to content

Commit

Permalink
Merge #229 into 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Aug 1, 2024
2 parents 09ead97 + ebbd8dd commit 0f43a4e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
name: license header check
with:
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda
name: gradle
with:
arguments: check javadoc
- name: Setup Gradle
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70
- name: license header check
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- name: gradle
run: ./gradlew check javadoc

0 comments on commit 0f43a4e

Please sign in to comment.