mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2025-09-25 13:29:00 +02:00
add a markdown link checker
This commit is contained in:
10
.github/workflows/action.yml
vendored
Normal file
10
.github/workflows/action.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user