From 94ea176b6c510e04653e8b231672258fff1f73ec Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Mon, 28 Oct 2024 12:22:29 +0100 Subject: [PATCH] feat(ci): try fix --- .github/.linkspector.yml | 4 ++-- .github/workflows/linkspector.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/.linkspector.yml b/.github/.linkspector.yml index d3623840..511f8020 100644 --- a/.github/.linkspector.yml +++ b/.github/.linkspector.yml @@ -1,7 +1,7 @@ dirs: - - ../ + - . excludedDirs: - - ../bolt-contracts/lib + - bolt-contracts/lib useGitIgnore: true \ No newline at end of file diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml index 61369fda..92526550 100644 --- a/.github/workflows/linkspector.yml +++ b/.github/workflows/linkspector.yml @@ -22,4 +22,5 @@ jobs: github_token: ${{ secrets.github_token }} reporter: github-pr-review config_file: .github/.linkspector.yml - fail_on_error: true \ No newline at end of file + fail_on_error: true + filter_mode: nofilter \ No newline at end of file