Skip to content

19 create a build action #6

19 create a build action

19 create a build action #6

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@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.mlc-config.json'