Skip to content

Commit 45c34bb

Browse files
committed
small change
1 parent 3467c03 commit 45c34bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: pre-commit run --all-files
3737
- name: Send failure message
3838
if: failure() # This step will only run if a previous step failed
39-
run: echo "The quality & security verification failed. This is likely due to not using pre-commit hooks please run 'pre-commit install' before any commit."
39+
run: echo "The quality & security verification failed."

0 commit comments

Comments
 (0)