Remove prettier from CI (#51)

Weblate doesnt apply proper formatting when pushing changes, so we would have to fix it manually all the time.
This commit is contained in:
Nutomic 2023-06-12 19:34:15 +02:00 committed by GitHub
parent 791b1da9b0
commit 9c3891d988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
pipeline:
prettier_markdown_check:
image: tmknom/prettier
commands:
- prettier -c .
notify_on_failure:
image: alpine:3