Fully working CI #118

Merged
mdk merged 6 commits from woodpecker into 3.11 2023-04-01 19:44:14 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 9615a4be8c - Show all commits

View File

@ -4,6 +4,8 @@ pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y hunspell hunspell-fr-comprehensive
- python3 -m pip install -r requirements.txt
- sphinx-lint --enable all --disable line-too-long *.po */*.po
- pospell -p dict -l fr_FR *.po */*.po