Skip to content

Commit

Permalink
feat(ci): try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Oct 28, 2024
1 parent 7cbebe5 commit 94ea176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/.linkspector.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dirs:
- ../
- .

excludedDirs:
- ../bolt-contracts/lib
- bolt-contracts/lib

useGitIgnore: true
3 changes: 2 additions & 1 deletion .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
config_file: .github/.linkspector.yml
fail_on_error: true
fail_on_error: true
filter_mode: nofilter

0 comments on commit 94ea176

Please sign in to comment.