Skip to content

Commit

Permalink
Add cashapp/burst and adjust goose (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored Jan 24, 2025
1 parent 4600545 commit c81b96a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects-dashboard/src/content/project/block_goose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
28 changes: 28 additions & 0 deletions projects-dashboard/src/content/project/cashapp_burst.md
Original file line number Diff line number Diff line change
@@ -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"
---

0 comments on commit c81b96a

Please sign in to comment.