From 356d81abcb11abdc76d7e27ed6fc637cd98ffdde Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 23 Dec 2021 16:16:22 -0500 Subject: [PATCH] Turn off prettier in the CI task --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eee03794ca..82db49a593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: eslint_args: --ignore-pattern test --ignore-pattern vendor eslint_dir: packages/astro eslint_extensions: ts - prettier: true + prettier: false auto_fix: true git_name: github-actions[bot] git_email: github-actions[bot]@users.noreply.github.com