Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Run linkspector
Expand All @@ -13,4 +15,4 @@ jobs:
reporter: github-pr-check
fail_on_error: true
filter_mode: nofilter
config_file: .github/workflows/config/.linkspector.yml
config_file: .github/workflows/config/.linkspector.yml
Loading