diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 3ebe51d..ca65b29 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -8,8 +8,11 @@ steps: commands: - apk add python3 - apk add py3-pip + - python3 -m venv codespell-venv + - source codespell-venv/bin/activate - pip install codespell - codespell README.md CHANGELOG.md *.c *.h doc/*.scd + - deactivate - name: subprojects when: