Просмотр исходного кода

ci: add untranslated_entity checks to yamltests flow

This could probably be worked into the pytest test, but since there is
already a utility script for finding these, for now just reuse it to
ensure more do not creep in.
Jason Rumney 5 месяцев назад
Родитель
Сommit
071b4c1a52
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      .github/workflows/yamltests.yml

+ 3 - 1
.github/workflows/yamltests.yml

@@ -35,4 +35,6 @@ jobs:
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
       - name: Device configs check with pytest
-        run: pytest tests/test_device_config.py
+        run: |
+          pytest tests/test_device_config.py
+          python util/untranslated_entities.py