Skip to content

Commit

Permalink
feat: add markdown link check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Lobzov committed Oct 1, 2023
1 parent 4706810 commit e6c4768
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mlc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: markdown-link-check

on:
push:
branches:
- main

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: './index.md, ./README.md'

0 comments on commit e6c4768

Please sign in to comment.