Skip to content

Commit

Permalink
Run linkcheck on push
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Oct 11, 2023
1 parent 3ced64d commit c000d10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Linkcheck
on: [push, pull_request]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: md-linkcheck
uses: ocular-d/md-linkcheck-action@master

0 comments on commit c000d10

Please sign in to comment.