Use the tknom/prettier image for CI.

This commit is contained in:
Dessalines 2023-05-30 13:13:54 -04:00
parent fce0210cdf
commit 6577450e2d

View file

@ -13,9 +13,8 @@ pipeline:
- git submodule init
- git submodule update --recursive --remote
check_formatting:
image: alpine:3
image: tmknom/prettier
commands:
- apk add prettier --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
- prettier -c src
check_documentation_build: