Skip to content

Commit

Permalink
Update linkchecker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Nov 1, 2024
1 parent 06544f9 commit f30e595
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate content links
name: Validate existing links

on:
push:
Expand All @@ -9,6 +9,9 @@ on:

jobs:
linkChecker:
permissions:
contents: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -19,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --verbose --exclude-file .lycheeignore --no-progress './**/*.md' --exclude-mail
args: --accept=200,429,403 --verbose --exclude-file .lycheeignore --no-progress './**/*.md' --exclude-mail
fail: true

- name: Create Issue From File
Expand All @@ -28,4 +31,4 @@ jobs:
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue
labels: report, automated issue

0 comments on commit f30e595

Please sign in to comment.