Limit prettier to src

This commit is contained in:
Stefano Pigozzi 2024-10-21 23:06:00 +00:00
parent f00ff31849
commit 1a64044487
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -21,5 +21,5 @@ jobs:
with:
prettier_options: >-
--write
**/*.{js,jsx}
src/**/*.{js,jsx}
only_changed: true