Add test to cool & ble_proxy

This commit is contained in:
Edward Firmo
2024-02-24 00:14:19 +01:00
parent 5e29988209
commit 741d2802bd
4 changed files with 46 additions and 1 deletions

View File

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