[ci] Add rp2 clang-tidy environment (#17486)

This commit is contained in:
Jonathan Swoboda
2026-07-15 21:17:21 -04:00
committed by GitHub
parent e700b01406
commit 5a3c2f4d11
32 changed files with 214 additions and 129 deletions
+4
View File
@@ -504,6 +504,10 @@ jobs:
options: --environment nrf52-tidy --grep USE_ZEPHYR --grep USE_NRF52
cache_sdk_nrf: true
ignore_errors: false
- id: clang-tidy
name: Run script/clang-tidy for RP2
options: --environment rp2-tidy --grep USE_RP2
pio_cache_key: tidyrp2
steps:
- name: Check out code from GitHub