Skip to content

[MAINT] updte RTD config #235

[MAINT] updte RTD config

[MAINT] updte RTD config #235

Workflow file for this run

name: Check Markdown links
# checking for any dead links in markdown files
on:
push:
branches:
- master
- dev
pull_request:
branches: ['*']
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1