mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
|
||||
stage: build
|
||||
script:
|
||||
- apk add codespell
|
||||
- apk add python
|
||||
- pip install codespell
|
||||
- codespell *.c *.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue