Skip to content

Commit 6b277eb

Browse files
authored
Merge pull request #9 from github/avanderhoorn/spark-init
Initial Spark Skill
2 parents 871d396 + 3362d64 commit 6b277eb

13 files changed

Lines changed: 6490 additions & 0 deletions

.github/plugin/marketplace.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"skills": [
1818
"./skills/workiq"
1919
]
20+
},
21+
{
22+
"name": "spark",
23+
"source": "plugins/spark",
24+
"description": "Spark plugin for GitHub Copilot.",
25+
"version": "1.0.0",
26+
"skills": [
27+
"./skills/spark"
28+
]
2029
}
2130
]
2231
}

0 commit comments

Comments
 (0)