From 1469ba41ecc385371005f1bcf93a6c0878548e38 Mon Sep 17 00:00:00 2001 From: Sam Bland Date: Wed, 10 Jun 2026 09:53:30 +0100 Subject: [PATCH] Add linkspector config to fix local links issue --- .github/workflows/check-links.yml | 1 + .linkspector.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .linkspector.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index e5b744b0..e6ac21a7 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -25,3 +25,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review + config: .linkspector.yml diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 00000000..cc803073 --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,6 @@ +dirs: + - . +useGitIgnore: true +ignorePatterns: + - pattern: .*http://127.0.0.1:8000/.* +baseUrl: https://github.com/direct-framework/direct-webapp