Skip to content

Commit

Permalink
Added support for liquid files
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <[email protected]>
  • Loading branch information
george-gca committed Oct 24, 2024
1 parent b5e2532 commit ed1e8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
uses: AbdulRehman-1/pr-prettier@initial
with:
only_changed: true
prettier_options: --write **/*.{css,html,js,json,md,scss,yaml,yml}
prettier_options: --write **/*.{css,html,js,json,liquid,md,scss,yaml,yml}
prettier_plugins: "@shopify/prettier-plugin-liquid"

0 comments on commit ed1e8b0

Please sign in to comment.