Przeglądaj źródła

CI: fix path to yaml files

Jason Rumney 2 lat temu
rodzic
commit
9319bc8260
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/linting.yml

+ 1 - 1
.github/workflows/linting.yml

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