Skip to content

Commit

Permalink
add link_checker
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuone6 committed Jan 27, 2021
1 parent f8b58f2 commit 28c1de6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/link_checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Check Docs links

on:
push:
pull_request:
schedule:
# Run everyday at 3 am UTC
- cron: 0 3 * * *

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
file-extension: '.rst, .md'

0 comments on commit 28c1de6

Please sign in to comment.