mirror of
https://github.com/mxssl/sre-interview-prep-guide.git
synced 2025-09-18 01:50:40 +03:00
gh action check for broken links
This commit is contained in:
15
.github/workflows/link_check.yml
vendored
Normal file
15
.github/workflows/link_check.yml
vendored
Normal 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
|
Reference in New Issue
Block a user