1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-14 22:36:58 +02:00

[ci, nrf52] make zephyr clang mandatory (#8992)

This commit is contained in:
tomaszduda23 2025-06-03 23:03:32 +02:00 committed by GitHub
parent 518bce50a5
commit c8c43f13fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,7 +296,7 @@ jobs:
name: Run script/clang-tidy for ZEPHYR
options: --environment nrf52-tidy --grep USE_ZEPHYR
pio_cache_key: tidy-zephyr
ignore_errors: true
ignore_errors: false
steps:
- name: Check out code from GitHub