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 168d88d commit b709f03Copy full SHA for b709f03
.github/scripts/check-ocaml-refs.sh
@@ -64,6 +64,8 @@ echo "Current OCaml commit: ${CURRENT_COMMIT}"
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)
67
+rg -l "^/// OCaml reference:" --type rust
68
+echo "${RUST_FILES}"
69
70
if [ -z "$RUST_FILES" ]; then
71
echo "No OCaml references found in Rust code"
0 commit comments