We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7583443 commit 48e67a3Copy full SHA for 48e67a3
.github/workflows/docs-check.yml
@@ -6,3 +6,5 @@ jobs:
6
steps:
7
- uses: actions/checkout@v4
8
- uses: gaurav-nelson/github-action-markdown-link-check@v1
9
+ with:
10
+ config-file: '.mlc_config.json'
.mlc_config.json
@@ -0,0 +1,7 @@
1
+{
2
+ "ignorePatterns": [
3
+ {
4
+ "pattern": "^https://midas\\.umich\\.edu"
5
+ }
+ ]
+}
0 commit comments