Pārlūkot izejas kodu

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 mēneši atpakaļ
vecāks
revīzija
071b4c1a52
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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