From 1227d4d9244bcb3ab59d629943d61064828b858a Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Fri, 9 Aug 2024 17:17:40 +0200 Subject: [PATCH] rollback ci.yaml --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9877db42c0..0f0e2b168f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,27 +267,27 @@ jobs: include: - id: clang-tidy name: Run script/clang-tidy for ESP8266 - options: --all-headers --environment esp8266-arduino-tidy --grep USE_ESP8266 + options: --environment esp8266-arduino-tidy --grep USE_ESP8266 pio_cache_key: tidyesp8266 - id: clang-tidy name: Run script/clang-tidy for ESP32 Arduino 1/4 - options: --all-headers --environment esp32-arduino-tidy --split-num 4 --split-at 1 + options: --environment esp32-arduino-tidy --split-num 4 --split-at 1 pio_cache_key: tidyesp32 - id: clang-tidy name: Run script/clang-tidy for ESP32 Arduino 2/4 - options: --all-headers --environment esp32-arduino-tidy --split-num 4 --split-at 2 + options: --environment esp32-arduino-tidy --split-num 4 --split-at 2 pio_cache_key: tidyesp32 - id: clang-tidy name: Run script/clang-tidy for ESP32 Arduino 3/4 - options: --all-headers --environment esp32-arduino-tidy --split-num 4 --split-at 3 + options: --environment esp32-arduino-tidy --split-num 4 --split-at 3 pio_cache_key: tidyesp32 - id: clang-tidy name: Run script/clang-tidy for ESP32 Arduino 4/4 - options: --all-headers --environment esp32-arduino-tidy --split-num 4 --split-at 4 + options: --environment esp32-arduino-tidy --split-num 4 --split-at 4 pio_cache_key: tidyesp32 - id: clang-tidy name: Run script/clang-tidy for ESP32 IDF - options: --all-headers --environment esp32-idf-tidy --grep USE_ESP_IDF + options: --environment esp32-idf-tidy --grep USE_ESP_IDF pio_cache_key: tidyesp32-idf - id: clang-tidy name: Run script/clang-tidy for ZEPHYR @@ -335,7 +335,7 @@ jobs: - name: Run clang-tidy run: | . venv/bin/activate - script/clang-tidy --fix ${{ matrix.options }} + script/clang-tidy --all-headers --fix ${{ matrix.options }} env: # Also cache libdeps, store them in a ~/.platformio subfolder PLATFORMIO_LIBDEPS_DIR: ~/.platformio/libdeps