diff --git a/projects-dashboard/src/content/project/block_goose.md b/projects-dashboard/src/content/project/block_goose.md index 07ddedc..89d9658 100644 --- a/projects-dashboard/src/content/project/block_goose.md +++ b/projects-dashboard/src/content/project/block_goose.md @@ -10,7 +10,7 @@ website: "https://block.github.io/goose/" ciChecks: - type: "github-actions" label: "ci" - value: "ci.yaml" + value: "ci.yml" licenses: - type: "github-license" securityScans: diff --git a/projects-dashboard/src/content/project/cashapp_burst.md b/projects-dashboard/src/content/project/cashapp_burst.md new file mode 100644 index 0000000..86ea1da --- /dev/null +++ b/projects-dashboard/src/content/project/cashapp_burst.md @@ -0,0 +1,28 @@ +--- +repo: + owner: "cashapp" + name: "burst" + defaultBranch: "main" +title: "Burst" +description: "Parameterized unit tests for Kotlin Multiplatform" +branding: "cashapp" +lifeCycleStatus: "mature" +ciChecks: + - type: "github-actions" + label: "build" + value: "build.yaml" +licenses: + - type: "github-license" +contributing: + - type: "issues" + +packages: + - packageName: "burst" + repoPath: "api" + language: "kotlin" + artifacts: + - type: "maven" + value: "app.cash.burst/burst" + - type: "reference-docs" + value: "https://cashapp.github.io/burst/docs/2.x/burst/app.cash.burst/index.html" +---