Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/config/markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{ "pattern": "^http[s]*://localhost.*" }
,{ "pattern": "^https://.*\\.sigstore\\.dev.*" }
,{ "pattern": "^{{.*}}$" }
,{ "pattern": "^https://github.com/**/compare/**" }
,{ "pattern": "^https://github.com/.*/compare/.*" }
,{ "pattern": "%7B%7B.*%7D%7D" }
Comment thread
Skarlso marked this conversation as resolved.
]
}
2 changes: 1 addition & 1 deletion .github/workflows/verify-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Markdown verify links
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # 1.0.17
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
with:
use-quiet-mode: yes
use-verbose-mode: no
Expand Down
Loading