-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
We are running this configuration...
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
env:
NODE_NO_WARNINGS: 1
with:
use-quiet-mode: yes
config-file: .markdown-link-check.json
We would expect it to just show output for files with dead links, but we get loads of output like this...
...
FILE: ./docs/get-started/install-tools.md
6 links checked.
FILE: ./docs/get-started/configure-the-aws-cli.md
5 links checked.
FILE: ./docs/get-started/deploy-a-service.md
[✖] ../MAKE-IT-DEAD-LINK-reference/terminology.md#internet-facing-service
2 links checked.
ERROR: 1 dead links found!
[✖] ../MAKE-IT-DEAD-LINK-reference/terminology.md#internet-facing-service → Status: 400
FILE: ./docs/get-started/deploy-an-environment.md
0 links checked.
FILE: ./docs/get-started/index.md
0 links checked.
FILE: ./docs/get-started/request-the-application-aws-accounts.md
0 links checked.
...
Is there something missing in our config or is there a bug to fix?
Metadata
Metadata
Assignees
Labels
No labels