Skip to content

Commit 3fb4f1a

Browse files
committed
TMP
1 parent b709f03 commit 3fb4f1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ echo "Current OCaml commit: ${CURRENT_COMMIT}"
6363
# Find all Rust files with OCaml references
6464
echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
6565
cd "${RUST_ROOT}"
66-
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
66+
echo "Running rg -l to find files..."
6767
rg -l "^/// OCaml reference:" --type rust
68+
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
6869
echo "${RUST_FILES}"
6970

7071
if [ -z "$RUST_FILES" ]; then

0 commit comments

Comments
 (0)