File tree 3 files changed +15
-1
lines changed 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
qa :
10
- name : Test HTML Links
11
10
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`.
42
42
` develop ` is used ad-hoc in order to preview significant changes with partners
43
43
and is not part of the development workflow.
44
44
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
+
45
57
## Public domain
46
58
47
59
This 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