Move components to root

This commit is contained in:
Edward Firmo
2024-02-22 23:57:00 +01:00
parent 02d571703f
commit 96dc528237

View File

@@ -22,5 +22,5 @@ jobs:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
with:
sources: "esphome/components/nspanel_ha_blueprint/*.h,esphome/components/nspanel_ha_blueprint/*.c,esphome/components/nspanel_ha_blueprint/*.cpp"
sources: "components/nspanel_ha_blueprint/*.h,components/nspanel_ha_blueprint/*.c,components/nspanel_ha_blueprint/*.cpp"
...