Skip to content

Commit

Permalink
use config files when running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Dec 4, 2023
1 parent 118aaff commit 315237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- uses: creyD/prettier_action@v4.3
with:
prettier_options: --write .
prettier_options: --write . --config ./.prettierrc --config ./.prettierrc.json
prettier_plugins: ${{ inputs.prettierPlugins }}
commit_message: Apply prettier changes
github_token: ${{ secrets.PAT_ACTION_CI }}
Expand Down

0 comments on commit 315237c

Please sign in to comment.