Skip to content

Commit

Permalink
github worflow format fix (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh703 authored Dec 13, 2024
1 parent 316c3cb commit a5c9d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run formatting if check fails
if: failure()
run: npm run format
run: npm run format:fix

- name: Check for type errors
if: steps.changed-files.outputs.only_changed != 'true'
Expand Down

0 comments on commit a5c9d97

Please sign in to comment.