Skip to content

Commit 78e8afa

Browse files
committed
add some working test examples for multiple dirs
1 parent 938be1a commit 78e8afa

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: markdown-link-check
1717
uses: ./
1818
with:
19-
# Add a test to restrict the test to just dir1 and dir2, not dir3.
20-
folder-path: './md/dir1, ./md/dir2'
19+
# Add a test to restrict the test to just dir4 and dir5.
20+
folder-path: './md/dir4, ./md/dir5'
2121
shellcheck:
2222
runs-on: [ubuntu-latest]
2323
steps:

md/dir4/ok4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ok4
2+
3+
## Test
4+
5+
Go to [Ok5](../dir5/ok5.md#test)
6+

md/dir5/ok5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ok5
2+
3+
## Test
4+
5+
Go to [Ok4](../dir4/ok4.md#test)
6+

0 commit comments

Comments
 (0)