Fix
This commit is contained in:
parent
21c43fdcac
commit
995ed87055
|
|
@ -415,7 +415,6 @@ XlsFormatReader
|
||||||
xlsx
|
xlsx
|
||||||
XLSX
|
XLSX
|
||||||
xps
|
xps
|
||||||
Yandex
|
|
||||||
youtube
|
youtube
|
||||||
yy
|
yy
|
||||||
yyyy
|
yyyy
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list)
|
- SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list)
|
||||||
- echo $SPELLCHECK_OUT
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue