Skip to content

Commit

Permalink
feat(ci): move linkspector config, try fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bostoen committed Oct 28, 2024
1 parent 530e459 commit 424cedd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
File renamed without changes.
11 changes: 9 additions & 2 deletions .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Linkspector
on: [pull_request]

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-links:
name: runner / linkspector
Expand All @@ -11,4 +17,5 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
config_file: .github/.linkspector.yml
# fail_level: error

0 comments on commit 424cedd

Please sign in to comment.