diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-05-31 10:12:29 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-06-02 18:58:06 +0000 |
| commit | 98110a01c31f2dc4b20022a5c22961a10df4394b (patch) | |
| tree | c187734354930bea011cdf94ea92136777d796db /.github/workflows/properties | |
| parent | 7406f77a4ec163165fa2f89e8e9351b792e305e3 (diff) | |
Testing GHA v0.1
Implementing previous Travis CI setup on Github Actions
Diffstat (limited to '.github/workflows/properties')
| -rw-r--r-- | .github/workflows/properties/build.properties.json | 6 | ||||
| -rw-r--r-- | .github/workflows/properties/docs.properties.json | 6 | ||||
| -rw-r--r-- | .github/workflows/properties/publish.properties.json | 6 |
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"] +} |
