Skip to content

Commit 793e198

Browse files
remove old link check and set reporter to local
1 parent 368e93b commit 793e198

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/workflows/markdown-link-check-config.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/markdown-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: ["main"]
77

88
permissions:
9-
contents: write
9+
contents: read
1010

1111
jobs:
1212
markdown-link-check:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run linkspector
2020
uses: umbrelladocs/action-linkspector@v1
2121
with:
22-
reporter: github-pr-review
22+
reporter: local
2323
filter_mode: nofilter
2424
fail_on_error: true
2525
config_file: ".github/.linkspector.yml"

0 commit comments

Comments
 (0)