We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938be1a commit 78e8afaCopy full SHA for 78e8afa
.github/workflows/push.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: markdown-link-check
17
uses: ./
18
with:
19
- # Add a test to restrict the test to just dir1 and dir2, not dir3.
20
- folder-path: './md/dir1, ./md/dir2'
+ # Add a test to restrict the test to just dir4 and dir5.
+ folder-path: './md/dir4, ./md/dir5'
21
shellcheck:
22
runs-on: [ubuntu-latest]
23
steps:
md/dir4/ok4.md
@@ -0,0 +1,6 @@
1
+# Ok4
2
+
3
+## Test
4
5
+Go to [Ok5](../dir5/ok5.md#test)
6
md/dir5/ok5.md
+# Ok5
+Go to [Ok4](../dir4/ok4.md#test)
0 commit comments