From 91a0bff67c3b108f6e313c255be68d84fb6b7e69 Mon Sep 17 00:00:00 2001 From: Aaron Zielstorff Date: Thu, 8 Aug 2024 06:42:32 +0000 Subject: [PATCH] Udpates prettier CI to check instead of list different --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index a39139a..ca34dbf 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -27,7 +27,7 @@ jobs: id: prettier-run run: | echo "prettier-output<> $GITHUB_ENV - prettier --list-different --config ./.prettierrc --ignore-path ./.prettierignore --no-error-on-unmatched-pattern **/*.ts **/*.vue **/*.json **/*.js | tee -a $GITHUB_ENV + prettier --check --config ./.prettierrc --ignore-path ./.prettierignore --no-error-on-unmatched-pattern **/*.ts **/*.vue **/*.json **/*.js | tee -a $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - name: Prettier Output