Fix generated proto-files

This commit is contained in:
Daniel Vikström
2025-04-09 00:43:40 +02:00
parent 68ecc08111
commit e79e244eee
3 changed files with 70 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ jobs:
run: pip install aioesphomeapi -c requirements.txt -r requirements_dev.txt
- name: Generate files
run: script/api_protobuf/api_protobuf.py
- name: Show changes
run: git diff
- name: Check for changes
run: |
if ! git diff --quiet; then