Skip to content

Commit fbac1ce

Browse files
committed
-
1 parent 9ea25f5 commit fbac1ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate Store Bridges
1+
name: Validation
22

33
on:
44
push:
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20-
validate:
20+
validate_stores:
2121
name: Validate Store Bridge Naming
2222
runs-on: ubuntu-latest
2323
steps:

src/store/src/Bridge/ChromaDb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symfony/ai-chroma-db-store",
3-
"description": "ChromaDB vector store bridge for Symfony applications.",
3+
"description": "ChromaDB vector store bridge for Symfony AI",
44
"license": "MIT",
55
"type": "symfony-ai-store",
66
"keywords": [

0 commit comments

Comments
 (0)