Skip to content

replaced main with master in CI #17

replaced main with master in CI

replaced main with master in CI #17

name: markdown-link-check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
markdown-link-check:
name: Check markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.mlc-config.json'