Skip to content

Commit

Permalink
fix path to test esphome configs in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jun 25, 2024
1 parent 93789e4 commit d436963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/home-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Run esphome on all files
# yamllint disable rule:line-length
run: |
for file in $(find ./config/esphome -type f -name "*.yaml" -maxdepth 1 -not -name "secrets.yaml"); do esphome "${file}" config; done
for file in $(find ./esphome -type f -name "*.yaml" -maxdepth 1 -not -name "secrets.yaml"); do esphome "${file}" config; done

0 comments on commit d436963

Please sign in to comment.