1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-27 18:53:07 +01:00

[ci, nrf52] make zephyr clang mandatory ()

This commit is contained in:
tomaszduda23
2025-06-03 23:03:32 +02:00
committed by GitHub
parent 518bce50a5
commit c8c43f13fd

@ -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