Skip to content

Commit c236681

Browse files
committed
ci: verify no {{ }} placeholders in man page examples
1 parent 575ca24 commit c236681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ jobs:
129129
cargo run --bin uudoc --all-features -- manpage cp > /tmp/cp.1
130130
grep -q "\.SH EXAMPLES" /tmp/cp.1
131131
grep -q "tldr-pages" /tmp/cp.1
132+
! grep -q "{{" /tmp/cp.1

0 commit comments

Comments
 (0)