mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-27 19:55:41 +00:00
github action: ignore common folder
This commit is contained in:
@@ -27,4 +27,4 @@ jobs:
|
||||
- name: Run esphome on all files
|
||||
# yamllint disable rule:line-length
|
||||
run: |
|
||||
for file in $(find ./ -type f -name "*.yaml" -not -name "secrets.yaml"); do esphome "${file}" config; done
|
||||
for file in $(find ./ -type f -name "*.yaml" -not -name "secrets.yaml" -path "common"); do esphome "${file}" config; done
|
||||
|
||||
Reference in New Issue
Block a user