Skip to content

Commit

Permalink
Removed if condition
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Jan 16, 2025
1 parent 7a26ab7 commit 01f3d7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- name: Install Prettier
run: npm install --save-dev --save-exact prettier @shopify/prettier-plugin-liquid
- name: Prettify code
run: npx prettier . --no-error-on-unmatched-pattern --write **/*.{css,html,js,json,liquid,md,scss,yaml,yml}
run: npx prettier . --no-error-on-unmatched-pattern --write **/*.{html,js,json,liquid,md,scss,yaml,yml}
# commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
if: steps.changed-data.outputs.any_changed == 'true'
with:
commit_message: Prettiy code

0 comments on commit 01f3d7c

Please sign in to comment.