mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Tweak
This commit is contained in:
parent
6177a5978e
commit
e36f9d2708
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -588,14 +588,7 @@ jobs:
|
|||||||
- name: Run hassfest
|
- name: Run hassfest
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
python -m script.hassfest --requirements --action validate
|
||||||
integration_glob="${{ needs.info.outputs.integrations_glob }}"
|
|
||||||
integration_params=()
|
|
||||||
if [[ "${integration_glob}" != "" && "${integration_glob}" != *","* ]]; then
|
|
||||||
integration_params+=(--integration-path homeassistant/components/${integration_glob})
|
|
||||||
fi
|
|
||||||
|
|
||||||
python -m script.hassfest --requirements --action validate ${integration_params[@]}
|
|
||||||
|
|
||||||
quality-scale:
|
quality-scale:
|
||||||
name: Check quality scale
|
name: Check quality scale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user