You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workflow on GitHub Actions is run at every push and for every pull request to ensure basic integrity of the website:
148
+
-[validating](https://validator.w3.org/docs/help.html#validation_basics) the structure of the HTML using [Nu validator](https://validator.github.io/validator/) to ensure compliance with HTML standards
149
+
- checking linked URLs for errors (including expired certificates)
150
+
- running [Lighthouse](https://github.com/GoogleChrome/lighthouse) audits to ensure performance, accessibility, SEO optimization and best practices
151
+
152
+
If pre-defined quality targets are not met, the jobs will fail.
153
+
Click on "Details" link for the failing job to see what caused the failure.
154
+
155
+
The detailed results will be available in the logs (which are only shown to users logged in on GitHub),
156
+
including links to full Lighthouse reports on public temporary storage (the links will expire after 7 days).
0 commit comments