Add the config explicitly

This commit is contained in:
cmdr2 2023-04-29 07:31:09 +05:30
parent f90a13571c
commit 6cf05df5ee

View File

@ -13,4 +13,4 @@ jobs:
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check "./**/*.js" --config .prettierrc.json
args: --print-width 120 --tab-width 4 --no-semi --arrow-parens always --trailing-comma es5 --check "./**/*.js"