diff options
author | 2021-12-23 16:16:22 -0500 | |
---|---|---|
committer | 2021-12-23 16:16:42 -0500 | |
commit | 356d81abcb11abdc76d7e27ed6fc637cd98ffdde (patch) | |
tree | 8bbcad7c11ab0569bde05af156e371ba6ac6800d | |
parent | 57773b932fef2539a2389a85458c55be9b419572 (diff) | |
download | astro-356d81abcb11abdc76d7e27ed6fc637cd98ffdde.tar.gz astro-356d81abcb11abdc76d7e27ed6fc637cd98ffdde.tar.zst astro-356d81abcb11abdc76d7e27ed6fc637cd98ffdde.zip |
Turn off prettier in the CI taskcreate-astro@0.7.0astro@0.22.1@astrojs/renderer-vue@0.3.0@astrojs/renderer-svelte@0.3.0@astrojs/renderer-solid@0.3.0@astrojs/renderer-react@0.4.0@astrojs/renderer-preact@0.4.0@astrojs/renderer-lit@0.3.0@astrojs/prism@0.4.0@astrojs/parser@0.22.0@astrojs/markdown-remark@0.6.0
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eee03794c..82db49a59 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 |