1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Allow multiple grep options for clang-tidy (#10004)

This commit is contained in:
Jesse Hills
2025-08-01 21:40:53 +12:00
committed by GitHub
parent 20ad1ab4eb
commit d8a46c7482
3 changed files with 9 additions and 4 deletions

View File

@@ -281,7 +281,7 @@ jobs:
pio_cache_key: tidyesp32-idf
- id: clang-tidy
name: Run script/clang-tidy for ZEPHYR
options: --environment nrf52-tidy --grep USE_ZEPHYR
options: --environment nrf52-tidy --grep USE_ZEPHYR --grep USE_NRF52
pio_cache_key: tidy-zephyr
ignore_errors: false