forked from home-assistant/core
Temporarily disable Prettier on CI until issue is resolved (#33734)
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user