mirror of
https://github.com/esphome/esphome.git
synced 2025-10-06 20:03:46 +01:00
fix libs
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -318,12 +318,16 @@ jobs:
|
|||||||
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
echo "::add-matcher::.github/workflows/matchers/gcc.json"
|
||||||
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
|
||||||
|
|
||||||
- name: Run 'pio run --list-targets -e esp32-idf-tidy'
|
- name: Run 'pio run --list-targets' for ESP32 builds
|
||||||
if: matrix.name == 'Run script/clang-tidy for ESP32 IDF'
|
if: contains(matrix.name, 'ESP32')
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
mkdir -p .temp
|
mkdir -p .temp
|
||||||
pio run --list-targets -e esp32-idf-tidy
|
if [[ "${{ matrix.name }}" == *"IDF"* ]]; then
|
||||||
|
pio run --list-targets -e esp32-idf-tidy
|
||||||
|
else
|
||||||
|
pio run --list-targets -e esp32-arduino-tidy
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Check if full clang-tidy scan needed
|
- name: Check if full clang-tidy scan needed
|
||||||
id: check_full_scan
|
id: check_full_scan
|
||||||
|
Reference in New Issue
Block a user