check dead links during CI builds
in tpo/web/donate-static#93 (closed) mattlav reported a broken link on one of our pages. we can test for broken links pretty easily using something like python's html.parser
one of the cons is that we'd have to have CI make HTTP requests for every single link, which could be a decent amount of traffic with how often we run CI builds