pull/173/head
Mike Barry 2022-04-12 21:33:18 -04:00
rodzic 0e06521c1d
commit 7a1bc0ba6e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ jobs:
cache: 'maven'
- run: 'echo ::add-matcher::.github/javac-matcher.json'
- name: Get compile warnings
run: ./mvnw --batch-mode --no-transfer-progress clean compile | sed -z -E 's/\n([^\[])/\1/g; s/see (http.?:\/\/[^)])/see [\1](\1)/g'
run: ./mvnw --batch-mode --no-transfer-progress clean compile | sed -z -E 's/\n([^\[])/\1/g'
- name: Ensure you ran spotless:apply
run: ./mvnw -DskipTests --batch-mode -no-transfer-progress spotless:check