mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
13 lines
271 B
YAML
13 lines
271 B
YAML
name: Check Markdown links
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
markdown-link-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
|
with:
|
|
config-file: '.github/mlc_config.json'
|