The generated workflows contain a ton of JavaScript that could be hidden in custom actions.
We want to update the compiler to a custom actions mode where the JavaScript is stored in the project and exposed as custom actions.
- all compiler actions will be under the actions folders. they are checked in
- JavaScript is pre implied/bundled. Each JavaScript is configured as a JavaScript custom action
- the compiler emits references to local build in development mode or latest release SHA in released mode
- the compiler generates action.yml and JavaScript for each required . Also readme.
The generated workflows contain a ton of JavaScript that could be hidden in custom actions.
We want to update the compiler to a custom actions mode where the JavaScript is stored in the project and exposed as custom actions.