ci: install deps and add markdownlint
This commit is contained in:
parent
87251acc82
commit
9d9c9ca6e1
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- apk add nodejs npm
|
- apk add nodejs npm
|
||||||
|
- npm ci
|
||||||
- npm run prettier
|
- npm run prettier
|
||||||
|
- npx markdownlint-cli .
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
image: alpine:3.18.5
|
image: alpine:3.18.5
|
||||||
|
|
Loading…
Reference in a new issue