Skip to content

Commit

Permalink
ignore unknown files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 18, 2021
1 parent b8bb828 commit b739dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# https://github.com/creyD/prettier_action/
uses: creyD/[email protected]
with:
prettier_options: --write ./**/*.{js,jsx,ts,tsx,md,json,html,css,scss,java,yml}
prettier_options: --write **/* --ignore-unknown
same_commit: false
only_changed: ${{ github.event.name == 'push' }}
commit_message: Prettified code
Expand Down

0 comments on commit b739dcb

Please sign in to comment.