From 98110a01c31f2dc4b20022a5c22961a10df4394b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 31 May 2020 10:12:29 +0000 Subject: Testing GHA v0.1 Implementing previous Travis CI setup on Github Actions --- .github/workflows/properties/build.properties.json | 6 ++++++ .github/workflows/properties/docs.properties.json | 6 ++++++ .github/workflows/properties/publish.properties.json | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 .github/workflows/properties/build.properties.json create mode 100644 .github/workflows/properties/docs.properties.json create mode 100644 .github/workflows/properties/publish.properties.json (limited to '.github/workflows/properties') 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"] +} -- cgit v1.2.3