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