We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b709f03 commit 3fb4f1aCopy full SHA for 3fb4f1a
.github/scripts/check-ocaml-refs.sh
@@ -63,8 +63,9 @@ echo "Current OCaml commit: ${CURRENT_COMMIT}"
63
# Find all Rust files with OCaml references
64
echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
65
cd "${RUST_ROOT}"
66
-RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
+echo "Running rg -l to find files..."
67
rg -l "^/// OCaml reference:" --type rust
68
+RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
69
echo "${RUST_FILES}"
70
71
if [ -z "$RUST_FILES" ]; then
0 commit comments