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" ...