Skip to content

Commit

Permalink
config,vscode: improve yaml code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed May 1, 2024
1 parent 162598e commit 19aa58e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/workflow.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// }

"Workflow Job": {
"scope": "yml,yaml",
"prefix": "workflow-job",
"body": [
"${1: job id}:",
Expand All @@ -29,6 +30,7 @@
"description": "Workflow Job"
},
"Set Up Deno Step": {
"scope": "yml,yaml",
"prefix": "step-setup-deno",
"body": [
"- name: ${1:Set Up Deno}",
Expand All @@ -39,6 +41,7 @@
"description": "Installs deno"
},
"Checkout Repo": {
"scope": "yml,yaml",
"prefix": "repo-checkout",
"body": [
"- name: ${1: Checkout Repo}",
Expand Down

0 comments on commit 19aa58e

Please sign in to comment.