gitlab-ci: ensure localized metadata has proper format

This commit is contained in:
Hans-Christoph Steiner 2019-05-07 10:09:12 +02:00
parent 2ebd256ceb
commit 9e1177255c
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ lint:
- git --no-pager diff --name-only --exit-code || export EXITVALUE=1
- ./tools/check-localized-metadata.py || export EXITVALUE=1
- ./tools/check-keyalias-collision.py || export EXITVALUE=1
- ./tools/check-metadata-summary-whitespace.py || export EXITVALUE=1
- exit $EXITVALUE
pages: