Stefan Ruzitschka 42d2bc9d78 [bump] rust to 1.39.0
2019-11-08 22:33:45 +01:00
2019-11-08 22:33:45 +01:00
2019-01-26 00:21:00 +01:00
2019-01-26 00:21:00 +01:00
2019-11-08 22:33:45 +01:00

Rust Github Action

'Silverbullet' for a quickstart Rust CI based upon Github Actions

What's inside the "box":

  • Rust 1.39.0
  • Rustfmt
  • Clippy
  • Cargo Release
  • cmake - Thanks @ bwasty

Usage

workflow "Quickstart" {
  on = "push"
  resolves = ["Quickstart"]
}

action "Quickstart" {
  uses = "icepuma/rust-action@master"
  args = "cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test"
}
Description
No description provided
Readme 95 KiB
Languages
Dockerfile 79.3%
Rust 10.8%
Shell 9.9%