1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[CI] Update clang-tidy to 18.1.3 (#7822)

This commit is contained in:
Keith Burzinski
2024-12-02 16:29:45 -06:00
committed by GitHub
parent e08a9cc3a3
commit 9c8976be13
5 changed files with 37 additions and 15 deletions

View File

@@ -314,11 +314,6 @@ jobs:
path: ~/.platformio
key: platformio-${{ matrix.pio_cache_key }}
- name: Install clang-tidy
run: |
sudo apt-get update
sudo apt-get install clang-tidy-14
- name: Register problem matchers
run: |
echo "::add-matcher::.github/workflows/matchers/gcc.json"