From f13dd9a3c805c7a852c8d65fc4e0c6cfa91f2c5a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 16 Jun 2023 12:28:44 -0400 Subject: [PATCH] Removing prettier, as it doesnt work well with weblate. --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 550d792..795a997 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,8 @@ pipeline: - prettier_markdown_check: - image: tmknom/prettier - commands: - - prettier -c . + # prettier_markdown_check: + # image: tmknom/prettier + # commands: + # - prettier -c . notify_on_failure: image: alpine:3