Print the diff

This commit is contained in:
cmdr2 2023-04-29 07:34:13 +05:30
parent 6cf05df5ee
commit 31c54c4a41

View File

@ -13,4 +13,5 @@ jobs:
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --print-width 120 --tab-width 4 --no-semi --arrow-parens always --trailing-comma es5 --check "./**/*.js"
args: --print-width 120 --tab-width 4 --no-semi --arrow-parens always --trailing-comma es5 --write "./**/*.js"
- uses: technote-space/get-diff-action@v6