Skip to content

Commit

Permalink
Merge pull request #2 from EliahKagan/markdown-links
Browse files Browse the repository at this point in the history
Enable markdown-link-check
  • Loading branch information
EliahKagan committed Jan 15, 2023
2 parents 8aba900 + 3d79218 commit 67a372d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Markdown links

on:
push:
branches:
- master
pull_request:
schedule:
- cron: '15 0,12 * * *'

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14

0 comments on commit 67a372d

Please sign in to comment.