We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d1c47 commit f3c0634Copy full SHA for f3c0634
1 file changed
.github/workflows/check_consts_drift.yml
@@ -62,7 +62,7 @@ jobs:
62
diff_command_output=""
63
diff_exit_code=0
64
diff_command_output=$(diff -u "$LOCAL_FILE_TMP" "$CELESTIA_FILE_TMP") || diff_exit_code=$?
65
-
+
66
if [ $diff_exit_code -eq 1 ]; then
67
# Exit code 1 means files are different
68
echo "Files are different (excluding last line)."
0 commit comments