We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf6d1 commit e86e364Copy full SHA for e86e364
.github/markdown-link-check.json
@@ -0,0 +1,10 @@
1
+{
2
+ "httpHeaders": [
3
+ {
4
+ "urls": ["https://"],
5
+ "headers": {
6
+ "Accept": "text/html"
7
+ }
8
9
+ ]
10
+}
.github/workflows/ci.yml
@@ -10,4 +10,4 @@ jobs:
steps:
11
- uses: actions/checkout@v4
12
- uses: denoland/setup-deno@v2
13
- - run: deno -A npm:markdown-link-check@3.12.2 README.md
+ - run: deno -A npm:markdown-link-check@3.12.2 --config .github/markdown-link-check.json README.md
0 commit comments