removed wrong package and installed correct prettier in CI
This commit is contained in:
@@ -36,4 +36,6 @@ jobs:
|
||||
run: uv run pyupgrade --py313-plus $(git ls-files '*.py') && git diff --exit-code
|
||||
|
||||
- name: Prettier format
|
||||
run: uv run prettier --check .
|
||||
run: |
|
||||
npm install --save-dev --save-exact prettier
|
||||
npx prettier --check .
|
||||
|
||||
Reference in New Issue
Block a user