Issue #3441337 by dmundra: Add composer.json and gitlab-ci file to run linter...
Issue #3441337 by dmundra: Add composer.json and gitlab-ci file to run linter and other checks on the module
parent
371761ec
No related branches found
No related tags found
.gitlab-ci.yml
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/vertex_ai_search", | ||
"description": "Provides for creation of search pages using Vertex AI Search.", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/vertex_ai_search", | ||
"license": "GPL-2.0+", | ||
"require-dev": { | ||
"drupal/token": "^1.0" | ||
} | ||
} |
Please register or sign in to comment