Skip to content

Commit 12ec186

Browse files
committed
link checker ignores github templates
1 parent c4e665d commit 12ec186

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
--max-retries 1
3131
--retry-wait-time 10
3232
--max-concurrency 2
33-
'**/*.md'
33+
'docs/**/*.md'
34+
'docs/*.md'
3435
'*.md'
3536
fail: true
3637
env:

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
--max-retries 1
2424
--retry-wait-time 10
2525
--max-concurrency 2
26-
'**/*.md'
26+
'docs/**/*.md'
27+
'docs/*.md'
2728
'*.md'
2829
fail: true
2930
env:

0 commit comments

Comments
 (0)