You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/quality.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,4 @@ jobs:
36
36
run: pre-commit run --all-files
37
37
- name: Send failure message
38
38
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