1
0
Fork 0

Hello woodpecker.

This commit is contained in:
Julien Palard 2022-12-07 23:04:50 +01:00
parent 59f5cc0175
commit 50462a2278
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 10 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
---
pipeline:
test:
image: python
commands:
- 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
- awk '{if (length(gensub(/శ్రీనివాస్/, ".", "g", $$0)) > 80 && length(gensub(/[^ ]/, "", "g")) > 1) {print FILENAME ":" FNR, "line too long:", $$0; ERRORS+=1}} END {if (ERRORS>0) {exit 1}}' *.po */*.po