mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-26 12:45:26 +01:00
Run CI proto docker as actions user (#835)
This commit is contained in:
parent
0f7e293c43
commit
cfab790117
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
||||
- run: |
|
||||
docker run \
|
||||
-v "$PWD":/aioesphomeapi \
|
||||
-u "$(id -u):$(id -g)" \
|
||||
ghcr.io/esphome/aioesphomeapi-proto-builder:latest
|
||||
if ! git diff --quiet; then
|
||||
echo "You have altered the generated proto files but they do not match what is expected."
|
||||
|
Loading…
Reference in New Issue
Block a user