Skip to content

Commit

Permalink
Merge #210 into 1.1.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 29, 2024
2 parents 33da4e2 + 115eafd commit 6f11f6e
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@fe59895742b4f984530980e4f693943577526b61
- uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
name: license header check
with:
arguments: spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
- uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61
- uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
name: gradle
with:
arguments: check javadoc

0 comments on commit 6f11f6e

Please sign in to comment.