diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db2f3ceb47..7c4fa65695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,38 +254,38 @@ jobs: runs-on: ubuntu-latest needs: - common - # - black - # - ci-custom - # - clang-format - # - flake8 - # - pylint - # - pytest - # - pyupgrade + - black + - ci-custom + - clang-format + - flake8 + - pylint + - pytest + - pyupgrade strategy: fail-fast: false max-parallel: 2 matrix: include: - # - id: clang-tidy - # name: Run script/clang-tidy for 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: --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: --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: --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: --environment esp32-arduino-tidy --split-num 4 --split-at 4 - # pio_cache_key: tidyesp32 + - id: clang-tidy + name: Run script/clang-tidy for 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: --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: --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: --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: --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: --environment esp32-idf-tidy --grep USE_ESP_IDF