ci(v4.0.0-alpha): 🚀 running the first ci worflow

This commit is contained in:
Amruth Pillai
2023-11-05 13:17:14 +01:00
parent 2f4fc71ecb
commit eef91cf905
10 changed files with 251 additions and 83 deletions

View File

@ -1,10 +1,9 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"compose-dev.yml": "dockercompose",
".github/workflows/*.yml": "github-actions-workflow"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/amruth/Projects/Reactive-Resume/.github/workflows/publish-docker-image.yml"
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml",
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
"tools/compose/*"
]
}
}