mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 17:39:16 +02:00
Print the diff
This commit is contained in:
parent
e7fd0b3a05
commit
50fdc32ff8
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
- uses: actionsx/prettier@v2
|
- uses: actionsx/prettier@v2
|
||||||
with:
|
with:
|
||||||
# prettier CLI arguments.
|
# prettier CLI arguments.
|
||||||
args: --print-width 120 --tab-width 4 --no-semi --arrow-parens always --trailing-comma es5 --write "./**/*.js"
|
args: --write "./**/*.js"
|
||||||
- name: Get Diff
|
- name: Get Diff
|
||||||
run: git diff
|
run: git diff
|
Loading…
x
Reference in New Issue
Block a user