CI: fail if translations are encoded incorrectly

This commit is contained in:
Arne Keller 2021-02-13 09:51:26 +01:00
parent c49c1c4a23
commit b36f37fd1e

View File

@ -1,5 +1,6 @@
build:
script:
- file src/main/resources/language/translation_de.properties | rg UTF-8
- mvn -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp checkstyle:check jacoco:prepare-agent test jacoco:report
- python3 /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml
- python3 /opt/source2filename.py target/site/cobertura.xml