Skip to content

Commit

Permalink
add link check action on md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrvolapeter committed Jul 24, 2024
1 parent 6a927c3 commit 8ccaf74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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:
reporter: github-pr-review
fail_on_error: true

0 comments on commit 8ccaf74

Please sign in to comment.