Skip to content

Commit

Permalink
Link check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed Oct 23, 2023
1 parent ac4df31 commit 1cfddf0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Link check

on:
pull_request:
branches:
- main
schedule:
- cron: "0 9 * * 1"

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
folder-path: '**/'

0 comments on commit 1cfddf0

Please sign in to comment.