ci: gitlab: pip install codespell

Alpine has no codespell package
This commit is contained in:
Daniel Eklöf 2020-08-22 10:14:31 +02:00
parent 9bedb98a0d
commit f506eefe5e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -60,5 +60,6 @@ codespell:
image: alpine:edge
stage: build
script:
- apk add codespell
- apk add python
- pip install codespell
- codespell *.c *.h