Testing GHA v0.1

Implementing previous Travis CI setup on Github Actions
This commit is contained in:
Henrik Tjäder 2020-05-31 10:12:29 +00:00
parent 7406f77a4e
commit 98110a01c3
6 changed files with 567 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"name": "Build",
"description": "Build and test a Rust project with Cargo.",
"iconName": "rust",
"categories": ["Rust"]
}