Skip to content

Commit

Permalink
add linkspector configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Sep 30, 2024
1 parent d7bbb5a commit 0f8086f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/.linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files:
- 'README.md'
baseUrl: 'https://make-it-tsukuba.github.io/awesome-tsukuba'
# ignorePatterns:
# - pattern: '^https://example.com/foo/bar/baz\.html$'
aliveStatusCodes:
- 200
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-check
config_file: .github/.linkspector.yml

0 comments on commit 0f8086f

Please sign in to comment.