This commit is contained in:
J. Nick Koston
2025-10-03 09:12:24 -05:00
parent d687650bf2
commit 1a2be1e579
3 changed files with 5 additions and 9 deletions
+3 -7
View File
@@ -318,16 +318,12 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/gcc.json"
echo "::add-matcher::.github/workflows/matchers/clang-tidy.json"
- name: Run 'pio run --list-targets' for ESP32 builds
if: contains(matrix.name, 'ESP32')
- name: Run 'pio run --list-targets -e esp32-idf-tidy'
if: matrix.name == 'Run script/clang-tidy for ESP32 IDF'
run: |
. venv/bin/activate
mkdir -p .temp
if [[ "${{ matrix.name }}" == *"IDF"* ]]; then
pio run --list-targets -e esp32-idf-tidy
else
pio run --list-targets -e esp32-arduino-tidy
fi
pio run --list-targets -e esp32-idf-tidy
- name: Check if full clang-tidy scan needed
id: check_full_scan