UNPKG

wf-setup

Version:

Use Conventional Commits for Versioning standard-version follows the Conventional Commits pattern:

7 lines (5 loc) 136 B
const workflow = (wf) => { console.log("Something big happening", "Nothing", "everything"); return wf; }; export default workflow;