Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
# level: info
level: info
show_stats: false
fail_level: warning
config_file: .linkspector.yml
10 changes: 10 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
files:
- README.md
- SECURITY.md
- CONTRIBUTING.md
- CITATION.cff
# dirs:
excludedFiles:
- CHANGELOG.md
# excludedDirs:
useGitIgnore: true
Loading