8 lines
209 B
YAML
8 lines
209 B
YAML
description: "aider command"
|
|
workflow_python:
|
|
env_name: devchat-aider-env
|
|
version: 3.11.0
|
|
dependencies: requirements.txt
|
|
input: required
|
|
steps:
|
|
- run: $workflow_python $command_path/command.py "$input" |