- Notifications
You must be signed in to change notification settings - Fork12
icepuma/rust-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
'Silverbullet' for a quickstart Rust CI based uponGithub Actions
What's inside the "box":
- Rust 1.68.0
- Rustfmt
- Clippy
- Cargo Release
- cmake - Thanks @bwasty
In a file inside.github/workflows/quickstart.yml
name:Rust Exampleon:[push]jobs:build:runs-on:ubuntu-lateststeps: -uses:actions/checkout@v1 -uses:icepuma/rust-action@masterwith:args:cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test
About
Rust github action
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.