From 13bc1f6ba6140118301a8718966b1b6d7a1ec9d9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 28 Jan 2024 22:48:01 -0500 Subject: [PATCH] Prettier check. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 81fdedd0b..409f962d1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -42,7 +42,7 @@ steps: prettier_check: image: tmknom/prettier:3.0.0 commands: - - prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations' + - prettier -c . '!**/volumes' '!**/dist' '!target' '!**/translations' '!api_tests/pnpm-lock.yaml' toml_fmt: image: tamasfe/taplo:0.8.1