Skip to content

Commit

Permalink
Add markdown-link-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot committed Aug 15, 2023
1 parent d4b30aa commit cc84872
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Markdown Link Check
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']
schedule:
- cron: '0 2 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit cc84872

Please sign in to comment.