mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add markdown link check to CI (#34)
This commit is contained in:
parent
89c775dd95
commit
ebd355c52c
1 changed files with 10 additions and 0 deletions
10
.github/workflows/docs.yml
vendored
Normal file
10
.github/workflows/docs.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: Check Documentation
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
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 a new issue