1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-05 19:33:47 +01:00

Restore ci-api-proto.yml

This commit is contained in:
Daniel Vikström
2025-05-06 03:34:33 +02:00
parent 8fb8e79730
commit 7b460b6224

View File

@@ -37,8 +37,6 @@ 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