diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-03 10:52:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 10:52:03 +0000 |
| commit | 821f37013802b568adcaecd1b3770317a1b65e63 (patch) | |
| tree | f05c9aa8fd9f52e19a49d5097b4c81e9f8020da6 /.github/workflows/properties/docs.properties.json | |
| parent | 4f769de5a4bb38f951bd2e5acb87019f0235f675 (diff) | |
| parent | 98110a01c31f2dc4b20022a5c22961a10df4394b (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/docs.properties.json')
| -rw-r--r-- | .github/workflows/properties/docs.properties.json | 6 |
1 files changed, 6 insertions, 0 deletions
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"] +} |
