mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Use the tknom/prettier image for CI. (#179)
This commit is contained in:
parent
c2e0f504f6
commit
04592b060e
1 changed files with 1 additions and 2 deletions
|
@ -13,9 +13,8 @@ pipeline:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --recursive --remote
|
- git submodule update --recursive --remote
|
||||||
check_formatting:
|
check_formatting:
|
||||||
image: alpine:3
|
image: tmknom/prettier
|
||||||
commands:
|
commands:
|
||||||
- apk add prettier --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
|
||||||
- prettier -c src
|
- prettier -c src
|
||||||
|
|
||||||
check_documentation_build:
|
check_documentation_build:
|
||||||
|
|
Loading…
Reference in a new issue