Skip to content

Commit

Permalink
Enable markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan authored Jan 14, 2023
1 parent 564e254 commit 25a1f90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check Markdown links

on:
push:
branches:
- main
- no-license-comments
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@v1

0 comments on commit 25a1f90

Please sign in to comment.