Skip to content

Commit 4b9585b

Browse files
committed
fixup! TMP
1 parent 3fb4f1a commit 4b9585b

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
@@ -65,6 +65,7 @@ echo "Search OCaml references in Rust code with ripgrep from ${RUST_ROOT}..."
6565
cd "${RUST_ROOT}"
6666
echo "Running rg -l to find files..."
6767
rg -l "^/// OCaml reference:" --type rust
68+
echo "Success"
6869
RUST_FILES=$(rg -l "^/// OCaml reference:" --type rust || true)
6970
echo "${RUST_FILES}"
7071

0 commit comments

Comments
 (0)