|
@@ -24,4 +24,4 @@ jobs:
|
|
|
- name: Python coding style
|
|
- name: Python coding style
|
|
|
run: ruff format --check --diff .
|
|
run: ruff format --check --diff .
|
|
|
- name: YAML lint
|
|
- name: YAML lint
|
|
|
- run: yamllint -f parsable custom_components/tuya-local/devices
|
|
|
|
|
|
|
+ run: yamllint -f parsable custom_components/tuya_local/devices
|