1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

put pattern in quotes

This commit is contained in:
schaeff 2022-08-29 12:56:53 +02:00
parent df04d8068c
commit a968428d02

View file

@ -9,4 +9,4 @@ jobs:
uses: creyD/prettier_action@v4.2
with:
dry: True
file_pattern: ./**/*.{js,ts,json}
file_pattern: "./**/*.{js,ts,json}"