mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
ci: install and run codespell in/from a venv
This commit is contained in:
parent
4066326614
commit
c19a31d925
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue