mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Always check doc links in CI (#2178)
- Check all links on every PR to better avoid broken links.
This commit is contained in:
parent
6413befdd1
commit
bc3d7fbe2b
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
|
@ -9,7 +9,6 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
check-modified-files-only: 'yes'
|
||||
use-quiet-mode: 'yes'
|
||||
config-file: .github/workflows/markdown-link-check-config.json
|
||||
base-branch: ${{ github.base_ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue