feat: Add recommended workflows config file

- Created a new configuration.toml for workflow recommendations
- Populated the file with initial recommended workflows
- Ensured proper formatting for easy accessibility
This commit is contained in:
bobo 2024-03-26 14:29:04 +08:00
parent 1219dc8fd1
commit e190aeda25

2
configuration.toml Normal file
View File

@ -0,0 +1,2 @@
[recommend]
workflows = ["unit_tests", "commit", "docstring", "comment", "explain", "fix"]