Skip to content

Commit

Permalink
[CI] add error suggestion to check-links workflow (#10363)
Browse files Browse the repository at this point in the history
add error suggestion
  • Loading branch information
TylerHelmuth authored May 26, 2022
1 parent 7788f1c commit cfdc652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
markdown-link-check \
--verbose \
--config .github/workflows/check_links_config.json \
${{needs.changedfiles.outputs.md}}
${{needs.changedfiles.outputs.md}} \
|| { echo "Check that anchor links are lowercase"; exit 1; }

0 comments on commit cfdc652

Please sign in to comment.