chore(quality): provider fixtures, formatter snapshots, platform contract tests, CI, CodeQL, dependabot

This commit is contained in:
RhenCloud 2026-08-15 17:30:51 +08:00
parent 04fa52db52
commit 320e825bf8
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
15 changed files with 405 additions and 3 deletions

9
tests/fixtures/custom.ts vendored Normal file
View file

@ -0,0 +1,9 @@
export const customPayload: Record<string, unknown> = {
deliveryId: "custom-123",
title: "Deploy finished",
repository: {
full_name: "acme/widget",
html_url: "https://github.com/acme/widget",
},
message: "The latest build was deployed to staging.",
};