Skip to content

Commit

Permalink
Update error message if precommit fails
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlacewe committed Feb 20, 2025
1 parent 7413c5c commit a498c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: always()
- if: failure()
run: |
echo 'Pre-commit failed. Please fix issues.'
echo 'Pre-commit failed. CI will restart or please fix requested issues.'
exit 1

0 comments on commit a498c82

Please sign in to comment.