mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Temporarily disable Prettier on CI until issue is resolved (#33734)
This commit is contained in:
parent
a1aebe904e
commit
b31284b855
@ -76,10 +76,12 @@ stages:
|
||||
. venv/bin/activate
|
||||
pre-commit run pyupgrade --all-files --show-diff-on-failure
|
||||
displayName: 'Run pyupgrade'
|
||||
- script: |
|
||||
. venv/bin/activate
|
||||
pre-commit run prettier --all-files --show-diff-on-failure
|
||||
displayName: 'Run prettier'
|
||||
# Prettier seems to hang on Azure, unknown why yet.
|
||||
# Temporarily disable the check to no block PRs
|
||||
# - script: |
|
||||
# . venv/bin/activate
|
||||
# pre-commit run prettier --all-files --show-diff-on-failure
|
||||
# displayName: 'Run prettier'
|
||||
- job: 'Validate'
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
Loading…
x
Reference in New Issue
Block a user