Skip to content

Commit 55132af

Browse files
authored
here goes nothing
1 parent 0134fa8 commit 55132af

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: linkspector-scan
2+
on:
3+
pull_request:
4+
branches:
5+
- live
6+
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

Comments
 (0)