1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-03 00:21:56 +00:00

Remove yamllint job from CI since its now handled by pre-commit job (#9500)

This commit is contained in:
J. Nick Koston
2025-07-14 14:52:03 -10:00
committed by GitHub
parent b2a8b0a22f
commit e3da197adf
3 changed files with 2 additions and 27 deletions

View File

@@ -489,7 +489,7 @@ jobs:
cache-key: ${{ needs.common.outputs.cache-key }}
- uses: pre-commit/action@v3.0.1
env:
SKIP: pylint,clang-tidy-hash,yamllint
SKIP: pylint,clang-tidy-hash
- uses: pre-commit-ci/lite-action@v1.1.0
if: always()