This commit is contained in:
Pavel Lobashov 2019-05-24 18:51:08 +03:00
parent 21c43fdcac
commit 995ed87055
2 changed files with 1 additions and 2 deletions

View file

@ -415,7 +415,6 @@ XlsFormatReader
xlsx
XLSX
xps
Yandex
youtube
yy
yyyy

View file

@ -20,4 +20,4 @@ jobs:
script:
- SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list)
- echo $SPELLCHECK_OUT
- if [[ $(echo -n $SPELLCHECK_OUT | wc -c) -ne 1 ]]; then exit 1 ; fi
- if [[ $(echo -n $SPELLCHECK_OUT | wc -c) -ne 0 ]]; then exit 1 ; fi