workflows/unit_tests/command.yml
bobo cc61a3e600 docs: Add input field descriptions to commands
- Include `input: required` in the YAML of various commands
- Clarify the necessity of user input in workflow executions
- Ensure workflow documentation is comprehensive and clear
2024-03-29 19:14:50 +08:00

4 lines
112 B
YAML

description: Generate unit tests.
input: required
steps:
- run: $devchat_python $command_path/main.py "$input"