mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Limit prettier to src
This commit is contained in:
parent
f00ff31849
commit
1a64044487
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prettier-pr.yml
vendored
2
.github/workflows/prettier-pr.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
with:
|
||||
prettier_options: >-
|
||||
--write
|
||||
**/*.{js,jsx}
|
||||
src/**/*.{js,jsx}
|
||||
only_changed: true
|
||||
|
|
Loading…
Reference in a new issue