Go to file
2019-01-26 00:21:00 +01:00
.gitignore [bootstrap] github action 2019-01-26 00:21:00 +01:00
Dockerfile [bootstrap] github action 2019-01-26 00:21:00 +01:00
entrypoint.sh [bootstrap] github action 2019-01-26 00:21:00 +01:00
LICENSE [bootstrap] github action 2019-01-26 00:21:00 +01:00
README.md [bootstrap] github action 2019-01-26 00:21:00 +01:00

Rust Github Action

'Silverbullet' for a quickstart Rust CI based upon Github 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"
}