feat: check markdown links

https://github.com/marketplace/actions/markdown-link-check
This commit is contained in:
Raventric 2023-09-13 18:43:29 +05:30 committed by GitHub
parent 6d47ef2ee3
commit d21e633669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
name: Check Markdown links
on:
push:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1