Skip to content

Remove outdated add_pr2project.yml workflow (#249) #343

Remove outdated add_pr2project.yml workflow (#249)

Remove outdated add_pr2project.yml workflow (#249) #343

name: Check markdown links
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'md_link_check_config.json'