Skip to content

Commit 35e0c0c

Browse files
authored
github action templates (#20)
1 parent 7bf7508 commit 35e0c0c

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"name": "BICAN McCarroll R package Workflow",
33
"description": "BICAN McCarroll R package CI workflow template.",
4+
"categories": [
5+
"R",
6+
"continuous-integration"
7+
]
48
}

.github/workflow-templates/python-package.properties.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "BICAN McCarroll python package Workflow",
33
"description": "BICAN McCarroll python package CI workflow template.",
44
"categories": [
5-
"Pip"
5+
"Python",
6+
"continuous-integration"
67
]
78
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"name": "BICAN McCarroll Roxygen package Workflow",
33
"description": "BICAN McCarroll R package documentation generation workflow template.",
4+
"categories": [
5+
"R",
6+
"continuous-integration"
7+
]
48
}

0 commit comments

Comments
 (0)