629d25519c
Update hunspell dictionary directory path https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change Added CI tests Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
12 lines
228 B
YAML
12 lines
228 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- python3-enchant
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- sample:
|
|
dir: scripts/
|
|
run: ./run_tests.sh
|