aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/properties
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-03 10:52:03 +0000
committerGitHub <noreply@github.com>2020-06-03 10:52:03 +0000
commit821f37013802b568adcaecd1b3770317a1b65e63 (patch)
treef05c9aa8fd9f52e19a49d5097b4c81e9f8020da6 /.github/workflows/properties
parent4f769de5a4bb38f951bd2e5acb87019f0235f675 (diff)
parent98110a01c31f2dc4b20022a5c22961a10df4394b (diff)
Merge #316
316: Testing GHA v0.1 r=korken89 a=AfoHT Implementing previous Travis CI setup on Github Actions Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to '.github/workflows/properties')
-rw-r--r--.github/workflows/properties/build.properties.json6
-rw-r--r--.github/workflows/properties/docs.properties.json6
-rw-r--r--.github/workflows/properties/publish.properties.json6
3 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/properties/build.properties.json b/.github/workflows/properties/build.properties.json
new file mode 100644
index 0000000..e447a1e
--- /dev/null
+++ b/.github/workflows/properties/build.properties.json
@@ -0,0 +1,6 @@
+{
+ "name": "Build",
+ "description": "Build and test a Rust project with Cargo.",
+ "iconName": "rust",
+ "categories": ["Rust"]
+}
diff --git a/.github/workflows/properties/docs.properties.json b/.github/workflows/properties/docs.properties.json
new file mode 100644
index 0000000..a9a052c
--- /dev/null
+++ b/.github/workflows/properties/docs.properties.json
@@ -0,0 +1,6 @@
+{
+ "name": "Docs",
+ "description": "Build the books.",
+ "iconName": "rust",
+ "categories": ["Rust"]
+}
diff --git a/.github/workflows/properties/publish.properties.json b/.github/workflows/properties/publish.properties.json
new file mode 100644
index 0000000..fa9b8cd
--- /dev/null
+++ b/.github/workflows/properties/publish.properties.json
@@ -0,0 +1,6 @@
+{
+ "name": "Publish",
+ "description": "Publish the books and docs.",
+ "iconName": "rust",
+ "categories": ["Rust"]
+}