mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-10 16:08:52 +01: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:
|
with:
|
||||||
prettier_options: >-
|
prettier_options: >-
|
||||||
--write
|
--write
|
||||||
**/*.{js,jsx}
|
src/**/*.{js,jsx}
|
||||||
only_changed: true
|
only_changed: true
|
||||||
|
|
Loading…
Reference in a new issue