add some working test examples for multiple dirs

This commit is contained in:
Brian Kroth 2020-12-10 15:38:47 -06:00
parent 938be1a0a0
commit 78e8afab78
3 changed files with 14 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
- name: markdown-link-check
uses: ./
with:
# Add a test to restrict the test to just dir1 and dir2, not dir3.
folder-path: './md/dir1, ./md/dir2'
# Add a test to restrict the test to just dir4 and dir5.
folder-path: './md/dir4, ./md/dir5'
shellcheck:
runs-on: [ubuntu-latest]
steps:

6
md/dir4/ok4.md Normal file
View File

@ -0,0 +1,6 @@
# Ok4
## Test
Go to [Ok5](../dir5/ok5.md#test)

6
md/dir5/ok5.md Normal file
View File

@ -0,0 +1,6 @@
# Ok5
## Test
Go to [Ok4](../dir4/ok4.md#test)