Skip to content

Commit

Permalink
fix configuration for link-spector
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed May 28, 2024
1 parent 8f362a2 commit 6d521ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
# Check all files in the repository for schedule; otherwise, check only changed files
# filter_mode: ${{ github.event_name == 'schedule' && 'nofilter' || 'diff_context'}}
filter_mode: nofilter
fail_on_error: true
3 changes: 3 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
dirs:
- .
useGitIgnore: true
ignorePatterns:
- pattern: "^https://github.com/dependabot\\[bot\\]$"

0 comments on commit 6d521ee

Please sign in to comment.