mirror of
https://github.com/ru-de/faq.git
synced 2024-11-08 19:51:01 +00:00
10 lines
205 B
YAML
10 lines
205 B
YAML
before_install:
|
|
- sudo apt-get -qq update
|
|
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
|
|
|
|
script:
|
|
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
|
|
|
|
notifications:
|
|
email: false
|