From c8c43f13fda50b05b7d420924bfd8927bf343dd8 Mon Sep 17 00:00:00 2001 From: tomaszduda23 Date: Tue, 3 Jun 2025 23:03:32 +0200 Subject: [PATCH] [ci, nrf52] make zephyr clang mandatory (#8992) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22bdeca429..ca6d1b0aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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