Skip to content

Commit 4b328d3

Browse files
committed
ci: update Linkspector config
1 parent 1f6161c commit 4b328d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/links.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Linkspector
2+
13
on:
24
schedule:
35
- cron: 0 0 * * 1 # midnight every Monday
@@ -6,6 +8,8 @@ on:
68

79
jobs:
810
check-links:
11+
permissions:
12+
contents: read
913
name: Linkspector
1014
runs-on: ubuntu-latest
1115
steps:
@@ -15,3 +19,6 @@ jobs:
1519
with:
1620
github_token: ${{ secrets.github_token }}
1721
reporter: github-check
22+
level: info
23+
show_stats: true
24+
fail_level: error

0 commit comments

Comments
 (0)