Skip to content

Commit 168d88d

Browse files
committed
CI/check-ocaml-refs: print rg version
1 parent a309a8e commit 168d88d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-ocaml-refs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install ripgrep
4444
run: sudo apt-get update && sudo apt-get install -y ripgrep
4545

46+
- name: Print ripgrep version
47+
run: rg --version
48+
4649
- name: Run OCaml reference validation
4750
id: check
4851
env:

0 commit comments

Comments
 (0)