Use the tknom/prettier image for CI. (#179)

This commit is contained in:
Dessalines 2023-05-31 06:00:05 -04:00 committed by GitHub
parent c2e0f504f6
commit 04592b060e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: