This website requires JavaScript.
Explore
Help
Register
Sign In
ishangsf
/
workflows
Watch
2
Star
0
Fork
0
You've already forked workflows
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
workflows
/
lib
/
workflow
/
__init__.py
4 lines
61 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Add workflow module with command execution support - Create workflow package with call module for script execution - Implement workflow_call function to execute commands with arguments - Add helper functions to locate and run workflow scripts in various paths
2025-03-11 13:26:53 +08:00
from
.
call
import
workflow_call
fix lint errors
2025-03-11 14:05:35 +08:00
__all__
=
[
"
workflow_call
"
]
Reference in New Issue
Copy Permalink