Skip to content

Commit e86e364

Browse files
committed
fix ci
1 parent 8faf6d1 commit e86e364

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/markdown-link-check.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: denoland/setup-deno@v2
13-
- run: deno -A npm:markdown-link-check@3.12.2 README.md
13+
- run: deno -A npm:markdown-link-check@3.12.2 --config .github/markdown-link-check.json README.md

0 commit comments

Comments
 (0)