mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 22:28:14 +00:00
Add libretiny to CI workflow
This commit is contained in:
parent
6b0fb3dd06
commit
ffbecd105c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -232,7 +232,7 @@ jobs:
|
||||
fail-fast: false
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8]
|
||||
file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8, 9, 9.1]
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v4
|
||||
@ -288,6 +288,10 @@ jobs:
|
||||
name: Run script/clang-tidy for ESP32 IDF
|
||||
options: --environment esp32-idf-tidy --grep USE_ESP_IDF
|
||||
pio_cache_key: tidyesp32-idf
|
||||
- id: clang-tidy
|
||||
name: Run script/clang-tidy for LibreTiny
|
||||
options: --environment bk72xx-arduino --grep USE_LIBRETINY
|
||||
pio_cache_key: tidylibretiny
|
||||
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
|
Loading…
x
Reference in New Issue
Block a user