mirror of https://github.com/apache/lucene.git
LUCENE-9658: add spotless formatting check to github precommit action
This commit is contained in:
parent
60f2417aca
commit
8b4b1910c9
|
@ -33,6 +33,6 @@ jobs:
|
|||
${{ runner.os }}-gradle-
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew precommit
|
||||
run: ./gradlew check -x test
|
||||
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
|
|
Loading…
Reference in New Issue