Turn off prettier in the CI task
This commit is contained in:
parent
57773b932f
commit
356d81abcb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
eslint_args: --ignore-pattern test --ignore-pattern vendor
|
eslint_args: --ignore-pattern test --ignore-pattern vendor
|
||||||
eslint_dir: packages/astro
|
eslint_dir: packages/astro
|
||||||
eslint_extensions: ts
|
eslint_extensions: ts
|
||||||
prettier: true
|
prettier: false
|
||||||
auto_fix: true
|
auto_fix: true
|
||||||
git_name: github-actions[bot]
|
git_name: github-actions[bot]
|
||||||
git_email: github-actions[bot]@users.noreply.github.com
|
git_email: github-actions[bot]@users.noreply.github.com
|
||||||
|
|
Loading…
Reference in a new issue