mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Discard changes to .github/workflows/ci.yml
This commit is contained in:
parent
679f8140c6
commit
e8f3eefd49
1 changed files with 27 additions and 27 deletions
54
.github/workflows/ci.yml
vendored
54
.github/workflows/ci.yml
vendored
|
@ -254,38 +254,38 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- common
|
- common
|
||||||
# - black
|
- black
|
||||||
# - ci-custom
|
- ci-custom
|
||||||
# - clang-format
|
- clang-format
|
||||||
# - flake8
|
- flake8
|
||||||
# - pylint
|
- pylint
|
||||||
# - pytest
|
- pytest
|
||||||
# - pyupgrade
|
- pyupgrade
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - id: clang-tidy
|
- id: clang-tidy
|
||||||
# name: Run script/clang-tidy for ESP8266
|
name: Run script/clang-tidy for ESP8266
|
||||||
# options: --environment esp8266-arduino-tidy --grep USE_ESP8266
|
options: --environment esp8266-arduino-tidy --grep USE_ESP8266
|
||||||
# pio_cache_key: tidyesp8266
|
pio_cache_key: tidyesp8266
|
||||||
# - id: clang-tidy
|
- id: clang-tidy
|
||||||
# name: Run script/clang-tidy for ESP32 Arduino 1/4
|
name: Run script/clang-tidy for ESP32 Arduino 1/4
|
||||||
# options: --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
|
pio_cache_key: tidyesp32
|
||||||
# - id: clang-tidy
|
- id: clang-tidy
|
||||||
# name: Run script/clang-tidy for ESP32 Arduino 2/4
|
name: Run script/clang-tidy for ESP32 Arduino 2/4
|
||||||
# options: --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
|
pio_cache_key: tidyesp32
|
||||||
# - id: clang-tidy
|
- id: clang-tidy
|
||||||
# name: Run script/clang-tidy for ESP32 Arduino 3/4
|
name: Run script/clang-tidy for ESP32 Arduino 3/4
|
||||||
# options: --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
|
pio_cache_key: tidyesp32
|
||||||
# - id: clang-tidy
|
- id: clang-tidy
|
||||||
# name: Run script/clang-tidy for ESP32 Arduino 4/4
|
name: Run script/clang-tidy for ESP32 Arduino 4/4
|
||||||
# options: --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
|
pio_cache_key: tidyesp32
|
||||||
- id: clang-tidy
|
- id: clang-tidy
|
||||||
name: Run script/clang-tidy for ESP32 IDF
|
name: Run script/clang-tidy for ESP32 IDF
|
||||||
options: --environment esp32-idf-tidy --grep USE_ESP_IDF
|
options: --environment esp32-idf-tidy --grep USE_ESP_IDF
|
||||||
|
|
Loading…
Reference in a new issue