From 690a0f34e52e56afffa0f1971fb976ac15b5bab7 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 4 Apr 2023 17:27:15 +0200 Subject: [PATCH] Fix glob expansion for partial prettier run (#90787) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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