Skip to content

Commit

Permalink
Link check workflow (#259)
Browse files Browse the repository at this point in the history
* Link check workflow

* Test a fix

* Updates

* Fixes

---------

Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
tanay1337 authored Oct 23, 2023
1 parent ac4df31 commit 457a4a5
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 for PRs

on:
pull_request:
branches:
- main

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
folder-path: './'
base-branch: 'main'
check-modified-files-only: 'yes'

0 comments on commit 457a4a5

Please sign in to comment.