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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user