Skip to content

Commit

Permalink
feat(ci): add linkspector
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 28, 2024
1 parent 4470c95 commit 530e459
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Linkspector
on: [pull_request]
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
7 changes: 7 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dirs:
- .

excludedDirs:
- bolt-contracts/lib

useGitIgnore: true

0 comments on commit 530e459

Please sign in to comment.