Tool: generate_github_actions
GitHub Actionsワークフローファイルを生成。
カテゴリ
setup_generators
ソース
src/tools/setupGenerators.ts
パラメータ
| 名前 | 型 | デフォルト値 |
|---|---|---|
language | Literal['Python', 'TypeScript', 'JavaScript'] | Python |
workflow_name | str | CI |
include_tests | bool | True |
include_linting | bool | True |
include_coverage | bool | False |
python_version | str | 3.11 |
node_version | str | 20 |