Skip to content

Commit 8576507

Browse files
committed
add synopsis
1 parent cac3e4f commit 8576507

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

util/test-website.raku

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#!/usr/bin/env raku
22

3+
=begin comment
4+
5+
This script clones the website repository (or updates the clone if it already exists)
6+
and then runs the xtest suite against those rakudoc files.
7+
8+
To create a PR for doc-website, one will have to create a branch in the checkout
9+
manually and push manually once the tests pass.
10+
11+
=end comment
12+
313
my $dir = "doc-website".IO;
414

515
if $dir.d {

0 commit comments

Comments
 (0)