Skip to content

Bump @shopify/eslint-plugin from 44.0.0 to 45.0.0 #5751

Bump @shopify/eslint-plugin from 44.0.0 to 45.0.0

Bump @shopify/eslint-plugin from 44.0.0 to 45.0.0 #5751

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:
config-file: '.github/workflows/markdown_link_checker_config.json'
folder-path: 'packages'
- name: Ensure markdown links are only to main GitHub branches
run: 'grep --include="*.md" --exclude-dir=node_modules -Er "\/(tree|blob)" | (! grep -vE "\/(tree|blob)\/(main|master|HEAD)")'