Skip to content

Commit 3792172

Browse files
authored
Merge pull request #128 from eclipse-biscuit/push-sytokwxtqqkp
Add Spotless check
2 parents 02cfa99 + 0da80ab commit 3792172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/java_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
with:
2121
java-version: "11"
2222
distribution: "adopt"
23+
- name: Check Spotless format
24+
run: mvn spotless:check --file pom.xml
2325
- name: Build with Maven
2426
run: mvn -B package --file pom.xml

src/test/java/org/eclipse/biscuit/crypto/SignatureTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import java.security.NoSuchAlgorithmException;
1616
import java.security.SecureRandom;
1717
import java.security.SignatureException;
18-
import org.bouncycastle.jce.provider.BouncyCastleProvider;
1918
import org.eclipse.biscuit.error.Error;
2019
import org.eclipse.biscuit.token.Biscuit;
2120
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)