diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 00000000..2fda5eff --- /dev/null +++ b/.woodpecker.yml @@ -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