Skip to content

Commit

Permalink
Add prettier_plugins option to w/o config files step
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jan 18, 2024
1 parent c293337 commit b4a31aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/simple-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
if: ${{ steps.prettier-config-js.outputs.files_exists != 'true' && steps.prettier-config-json.outputs.files_exists != 'true' }}
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write . --ignore-path ./.prettierignore
prettier_options: --write . --ignore-path ./.prettierignore ${{ steps.prettier-plugins.outputs.prettierPlugins }}
prettier_plugins: ${{ inputs.prettierPlugins }}
commit_message: "[Simple Linter] Apply prettier changes"
only_changed: true

Expand Down

0 comments on commit b4a31aa

Please sign in to comment.