Always check doc links in CI (#2178)

- Check all links on every PR to better avoid broken links.
This commit is contained in:
Zach Wasserman 2021-09-22 07:29:43 -07:00 committed by GitHub
parent 6413befdd1
commit bc3d7fbe2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}