Phase 4: Mustang EN16931/PDF-A-3 validation in CI
Validate e-invoices / mustang (push) Failing after 1m30s

Adds a Gitea Actions workflow that generates realistic e-invoice fixtures (multi-VAT-rate original invoice, Storno, Gutschrift) and validates them against the reference Mustang validator on every push, catching a broken EN16931 mapping before it reaches production instead of relying on manual spot-checks.
This commit is contained in:
Marco
2026-07-23 12:12:51 +00:00
parent 68d7054557
commit 29ea9fafd8
6 changed files with 674 additions and 1 deletions
+3 -1
View File
@@ -19,7 +19,8 @@
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run",
"lint": "eslint ."
"lint": "eslint .",
"fixtures:einvoice": "tsx scripts/generate-einvoice-fixtures.mts"
},
"peerDependencies": {
"@react-pdf/renderer": "^4.0.0",
@@ -31,6 +32,7 @@
"@types/react": "^19",
"eslint": "^9",
"react": "^19.2.4",
"tsx": "^4.19.2",
"typescript": "^5",
"vitest": "^4.1.10"
},