We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0134fa8 commit 55132afCopy full SHA for 55132af
2 files changed
.github/workflows/config/linkspector.yml
@@ -0,0 +1,6 @@
1
+dirs:
2
+ - .
3
+useGitIgnore: true
4
+baseUrl: https://secureblue.dev
5
+ignorePatterns:
6
+ - pattern: '^https:\/\/secureblue.dev'
.github/workflows/linkspector.yml
@@ -0,0 +1,19 @@
+name: linkspector-scan
+on:
+ pull_request:
+ branches:
+ - live
+jobs:
7
+ check-links:
8
+ name: Linkspector
9
+ runs-on: ubuntu-22.04
10
+ steps:
11
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - name: Run linkspector
13
+ uses: umbrelladocs/action-linkspector@a0567ce1c7c13de4a2358587492ed43cab5d0102 # v1.3.4
14
+ with:
15
+ filter_mode: nofilter
16
+ reporter: github-pr-review
17
+ fail_on_error: true
18
+ config_file: .github/workflows/config/linkspector.yml
19
+
0 commit comments