CI: validate n8n workflow JSON + compose files before deploy (Gitea Actions) #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's no automated check that committed artifacts are valid. Add a Gitea Actions pipeline that on push:
jq-validates everyn8n/*.jsondocker compose configlint on each stack underdeploy/andstacks/python -m py_compilethe back-office appCheap guardrail that catches a broken workflow/compose before it reaches the homelab.
Acceptance: a PR with malformed JSON or a broken compose fails CI.