Skip to content

[ENH] add contributing and COC from .github repo #661

[ENH] add contributing and COC from .github repo

[ENH] add contributing and COC from .github repo #661

Workflow file for this run

---
name: Check Markdown links
on:
push:
branches: [main]
pull_request:
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: no
use-verbose-mode: no
config-file: md_link_check_config.json
folder-path: docs
file-path: ./README.md