gh action check for broken links

pull/9/head
mxssl 2021-02-16 16:00:17 +03:00
parent 0258fd254b
commit 1388469210
1 changed files with 15 additions and 0 deletions

15
.github/workflows/link_check.yml vendored Normal file
View File

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