Skip to content

Instantly share code, notes, and snippets.

View UrbanChrisy's full-sized avatar
💻
Always coding

Christian Mitchell UrbanChrisy

💻
Always coding
View GitHub Profile
@UrbanChrisy
UrbanChrisy / local-workflow.md
Last active February 5, 2025 15:30
Teardown Docs

Local Workflows

Local workflows are workflows that are run locally on your machine.

Requirements:

{
"id": "build",
"name": "Local Build",
"description": "Local build workflow for the application",
"type": "BUILD",
"trigger": ["MANUAL"],
"env": {
"ENV": "development"
},
"steps": [
/**
*
* ▬▬ι═══════ﺤ -═══════ι▬▬
* Created by Chris on 16/04/20.
* ▬▬ι═══════ﺤ -═══════ι▬▬
*
*/
import CleaveJs from "cleave.js";
// eslint-disable-next-line import/no-unresolved