diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03a6f2da925..c738af0a641 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -434,6 +434,7 @@ jobs: shell: bash run: | . venv/bin/activate + shopt -s globstar pre-commit run --hook-stage manual prettier --files {homeassistant,tests}/components/${{ needs.info.outputs.integrations_glob }}/{*,**/*} - name: Register check executables problem matcher