Skip to content

Updated the run_mriqc.py link #10

Updated the run_mriqc.py link

Updated the run_mriqc.py link #10

Workflow file for this run

name: Check markdown links
on:
push:
workflow_dispatch:
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'
config-file: 'md_link_check_config.json'