Skip to content

setup: clean and setup the directory for the new webapp #10

setup: clean and setup the directory for the new webapp

setup: clean and setup the directory for the new webapp #10

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