Fix glob expansion for partial prettier run (#90787)

pull/90791/head
Erik Montnemery 2023-04-04 17:27:15 +02:00 committed by GitHub
parent 6642db917f
commit 690a0f34e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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