mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
138329c371
- Update/remove broken links - Add appropriate ignore rules for example URLs and osquery site
14 lines
332 B
YAML
14 lines
332 B
YAML
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
|
|
with:
|
|
use-quiet-mode: 'yes'
|
|
config-file: .github/workflows/markdown-link-check-config.json
|