Fix pipeline 4
This commit is contained in:
@@ -26,8 +26,4 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Check Google style accordance
|
||||
run:
|
||||
echo "Checking Google Java style accordance"
|
||||
echo "Two messages emerge in case of success..." \
|
||||
"...and more other way..." \
|
||||
"...and then pipeline fails"
|
||||
wget https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.1.0/checkstyle-12.1.0-all.jar && wget https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml && java -jar checkstyle-12.1.0-all.jar -c ./google_checks.xml ./app/src/ && test $(java -jar checkstyle-12.1.0-all.jar -c ./google_checks.xml ./app/src/ | wc -l) -le 2
|
||||
|
||||
Reference in New Issue
Block a user