Skip to content

Commit f3c0634

Browse files
author
tac0turtle
committed
yamllint
1 parent e3d1c47 commit f3c0634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_consts_drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
diff_command_output=""
6363
diff_exit_code=0
6464
diff_command_output=$(diff -u "$LOCAL_FILE_TMP" "$CELESTIA_FILE_TMP") || diff_exit_code=$?
65-
65+
6666
if [ $diff_exit_code -eq 1 ]; then
6767
# Exit code 1 means files are different
6868
echo "Files are different (excluding last line)."

0 commit comments

Comments
 (0)