Skip to content

Commit a309a8e

Browse files
committed
GH/scripts: logging before checking OCaml ref
1 parent a7c3670 commit a309a8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/check-ocaml-refs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ fi
6161
echo "Current OCaml commit: ${CURRENT_COMMIT}"
6262

6363
# Find all Rust files with OCaml references
64+
echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
6465
cd "${RUST_ROOT}"
6566
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
6667

0 commit comments

Comments
 (0)