Fix pipeline 4
Some checks failed
Java laboratory work CI / build (push) Successful in 26s
Java laboratory work CI / checkstyle (push) Failing after 9s

This commit is contained in:
2025-10-25 07:50:49 +07:00
parent 4d5b91e180
commit 892918d3de

View File

@@ -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