From 96dc528237f88796ab46362eb1641e3358fb6d8f Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:57:00 +0100 Subject: [PATCH] Move components to root --- .github/workflows/validate_clang_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_clang_format.yml b/.github/workflows/validate_clang_format.yml index e0b90b7..faa2023 100644 --- a/.github/workflows/validate_clang_format.yml +++ b/.github/workflows/validate_clang_format.yml @@ -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" ...