[ci] Run ci-custom.py as a pre-commit check (#15411)

This commit is contained in:
Clyde Stubbs
2026-04-03 11:54:44 +10:00
committed by GitHub
parent bcd8ddeabe
commit 6f05e3d204
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -723,7 +723,7 @@ jobs:
cache-key: ${{ needs.common.outputs.cache-key }}
- uses: esphome/pre-commit-action@43cd1109c09c544d97196f7730ee5b2e0cc6d81e # v3.0.1 fork with pinned actions/cache
env:
SKIP: pylint,clang-tidy-hash
SKIP: pylint,clang-tidy-hash,ci-custom
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: always()