Skip to content

Commit 7cb80e2

Browse files
committed
ci: verify no {{ }} placeholders in man page examples
1 parent 05fe3cf commit 7cb80e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,5 @@ jobs:
128128
run: |
129129
cargo run --bin uudoc --all-features -- manpage cp > /tmp/cp.1
130130
grep -q "\.SH EXAMPLES" /tmp/cp.1
131-
grep -q "tldr-pages" /tmp/cp.1
131+
grep -q "tldr.sh" /tmp/cp.1
132+
! grep -q "{{" /tmp/cp.1

0 commit comments

Comments
 (0)