mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
ci: gitlab: pip install codespell
Alpine has no codespell package
This commit is contained in:
parent
9bedb98a0d
commit
f506eefe5e
1 changed files with 2 additions and 1 deletions
|
|
@ -60,5 +60,6 @@ codespell:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apk add codespell
|
- apk add python
|
||||||
|
- pip install codespell
|
||||||
- codespell *.c *.h
|
- codespell *.c *.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue