- qa/site-qa.sh: repo structure/link checks + full live crawl (routes, links, assets, canonical-https) - .gitea/workflows/qa.yml: repo QA on push, nightly live QA - app/: config-as-code for the deployed sync job, scheduler entry, and Grav system.yaml (reverse-proxy HTTPS detection) - local pre-push hook runs repo QA https://projects.knownelement.com/issues/928
4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
# runs repo QA before any push
|
|
"$(dirname "$0")/site-qa.sh"
|