We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea25f5 commit fbac1ceCopy full SHA for fbac1ce
.github/workflows/validation.yaml
@@ -1,4 +1,4 @@
1
-name: Validate Store Bridges
+name: Validation
2
3
on:
4
push:
@@ -17,7 +17,7 @@ concurrency:
17
cancel-in-progress: true
18
19
jobs:
20
- validate:
+ validate_stores:
21
name: Validate Store Bridge Naming
22
runs-on: ubuntu-latest
23
steps:
src/store/src/Bridge/ChromaDb/composer.json
@@ -1,6 +1,6 @@
{
"name": "symfony/ai-chroma-db-store",
- "description": "ChromaDB vector store bridge for Symfony applications.",
+ "description": "ChromaDB vector store bridge for Symfony AI",
"license": "MIT",
5
"type": "symfony-ai-store",
6
"keywords": [
0 commit comments