Skip to content

refactor(gitAction): cleanup name branch #422

refactor(gitAction): cleanup name branch

refactor(gitAction): cleanup name branch #422

Workflow file for this run

name: Check Broken Markdown Links
on:
pull_request:
branches:
- [main, develop]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
config-file: '.github/workflows/markdown-links-config.json'