mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2024-10-01 01:45:42 -04:00
add a markdown link checker
This commit is contained in:
parent
4731e7ce26
commit
5f53f0d065
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
|
Loading…
Reference in New Issue
Block a user