Skip to content

update notebook (#127) #7

update notebook (#127)

update notebook (#127) #7

Workflow file for this run

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .markdown_link_check.json
folder-path: docs
file-path: './README.md, ./TESTING.md, CONTRIBUTING.md'