ci: install deps and add markdownlint

This commit is contained in:
Michael Kriese 2023-12-06 14:50:35 +01:00
parent 87251acc82
commit 9d9c9ca6e1
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -15,7 +15,9 @@ pipeline:
pull: true
commands:
- apk add nodejs npm
- npm ci
- npm run prettier
- npx markdownlint-cli .
deps:
image: alpine:3.18.5