Skip to content

Commit

Permalink
ci: check markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Mar 31, 2024
1 parent 9b2bd7f commit 706bceb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Markdown links

on:
push:
workflow_dispatch:
schedule:
- cron: "0 3 1 * *"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: michaelkreil/check-markdown-links@main

0 comments on commit 706bceb

Please sign in to comment.