rust-action/README.md

24 lines
354 B
Markdown
Raw Normal View History

2019-01-25 22:47:25 +00:00
# Rust Github Action
'Silverbullet' for a quickstart Rust CI based upon [Github Actions](https://developer.github.com/actions/)
*Inside the box:*
* Rust 1.32.0
* Rustfmt
* Clippy
* Cargo Release
# Usage
```
workflow "Quickstart" {
on = "push"
resolves = ["Quickstart"]
}
action "Quickstart" {
uses = "icepuma/rust-github-action@master"
}
```