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 05fe3cf commit 7cb80e2Copy full SHA for 7cb80e2
1 file changed
.github/workflows/documentation.yml
@@ -128,4 +128,5 @@ jobs:
128
run: |
129
cargo run --bin uudoc --all-features -- manpage cp > /tmp/cp.1
130
grep -q "\.SH EXAMPLES" /tmp/cp.1
131
- grep -q "tldr-pages" /tmp/cp.1
+ grep -q "tldr.sh" /tmp/cp.1
132
+ ! grep -q "{{" /tmp/cp.1
0 commit comments