forked from external/yambar
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:
|
commands:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
|
- python3 -m venv codespell-venv
|
||||||
|
- source codespell-venv/bin/activate
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd
|
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
|
- deactivate
|
||||||
|
|
||||||
- name: subprojects
|
- name: subprojects
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue