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

try with prettier_options

This commit is contained in:
schaeff 2022-08-29 13:00:28 +02:00
parent a968428d02
commit 13ba92fd63

View file

@ -8,5 +8,4 @@ jobs:
- name: Check format with prettier
uses: creyD/prettier_action@v4.2
with:
dry: True
file_pattern: "./**/*.{js,ts,json}"
prettier_options: --check ./**/*.{js,ts,json}