fleet/.github/workflows/docs.yml

11 lines
219 B
YAML
Raw Normal View History

2020-11-13 02:20:30 +00:00
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