Skip to content

Commit

Permalink
Merge #185 into 1.1.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
2 parents 181957e + a82dc23 commit 4f88475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87
- uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
name: license header check
with:
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87
- uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
name: gradle
with:
arguments: check javadoc

0 comments on commit 4f88475

Please sign in to comment.