
- Implement new command to automatically fix lint errors - Create main.py with functions for issue detection and fixing - Add command.yml and README.md for fix_issue functionality
5 lines
114 B
YAML
5 lines
114 B
YAML
description: Automatically fix lint errors.
|
|
help: README.md
|
|
steps:
|
|
- run: $devchat_python $command_path/main.py
|