travis: also check changelogs & RN for utf8 errors
This commit is contained in:
parent
826c447595
commit
7a148154c3
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ set -e
|
|||
find src/ -type f -print0 | xargs -0 isutf8 --
|
||||
find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "*.wav" -not -name "*.gif" -not -name "*.xcf" -type f -print0 | xargs -0 isutf8 --
|
||||
find po/ -type f -print0 | xargs -0 isutf8 --
|
||||
|
||||
isutf8 changelog
|
||||
isutf8 players_changelog
|
||||
isutf8 RELEASE_NOTES
|
||||
|
|
Loading…
Add table
Reference in a new issue