Skip to content

Merge pull request #381 from Shopify/liz/upate-REST-resources #843

Merge pull request #381 from Shopify/liz/upate-REST-resources

Merge pull request #381 from Shopify/liz/upate-REST-resources #843

name: Check Markdown links
on: [push, 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:
folder-path: 'docs/'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown_link_checker_config.json'
file-path: './README.md'