ci: install and run codespell in/from a venv

This commit is contained in:
Daniel Eklöf 2024-03-18 16:45:41 +01:00
parent 4066326614
commit c19a31d925
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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: