File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 qa :
10- name : Test HTML Links
1110 uses : gsa/data.gov/.github/workflows/static-site-qa-template.yml@main
11+ with :
12+ site_url : https://strategy.data.gov
13+ issue_number : 338
Original file line number Diff line number Diff line change @@ -42,6 +42,18 @@ Feature branches should be branched from `main`.
4242` develop ` is used ad-hoc in order to preview significant changes with partners
4343and is not part of the development workflow.
4444
45+ ### Broken Links
46+
47+ We run a [ weekly QA cron job] ( https://github.com/GSA/data-strategy/actions/workflows/qa.yml ) to test for broken links.
48+
49+ Any errors the QA job finds will be added to the [ 📌 Link Checker Report] ( https://github.com/GSA/data-strategy/issues/338 ) .
50+
51+ False positives, or URLs you wish to ignore can be put in the ` .lycheeignore ` file. This supports regex matching as well.
52+
53+ This job can also be run locally. Install instructions here: https://lychee.cli.rs/installation/
54+
55+ Then run with args: ` lychee --base=https://strategy.data.gov . `
56+
4557## Public domain
4658
4759This project is in the worldwide [ public domain] ( LICENSE.md ) . As stated in [ CONTRIBUTING] ( CONTRIBUTING.md ) :
You can’t perform that action at this time.
0 commit comments