mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 18:28:12 +00:00
travis: also check changelogs & RN for utf8 errors
This commit is contained in:
parent
826c447595
commit
7a148154c3
@ -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…
x
Reference in New Issue
Block a user