Skip to content

Merge pull request #383 from ahmet/dependabot/npm_and_yarn/next-14.2.11 #1116

Merge pull request #383 from ahmet/dependabot/npm_and_yarn/next-14.2.11

Merge pull request #383 from ahmet/dependabot/npm_and_yarn/next-14.2.11 #1116

Workflow file for this run

name: Markdown Links Check
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: './README.md'
config-file: './mlc_config.json'