Skip to content

Commit b709f03

Browse files
committed
TMP
1 parent 168d88d commit b709f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ echo "Current OCaml commit: ${CURRENT_COMMIT}"
6464
echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
6565
cd "${RUST_ROOT}"
6666
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
67+
rg -l "^/// OCaml reference:" --type rust
68+
echo "${RUST_FILES}"
6769

6870
if [ -z "$RUST_FILES" ]; then
6971
echo "No OCaml references found in Rust code"

0 commit comments

Comments
 (0)