diff --git a/.github/scripts/build-and-test.sh b/.github/scripts/build-and-test.sh index 781af13..5f64832 100755 --- a/.github/scripts/build-and-test.sh +++ b/.github/scripts/build-and-test.sh @@ -9,3 +9,9 @@ cd build make -j V=0 make -j check V=0 make -j distcheck + +# Make sure that there are no changes to the source code +# This may happen if the source have changed with differences to the +# translation files and templates. Enabling this will allow us to catch +# missing/modified translations. +git diff --exit-code