8000 GitHub - koivunej/meta: 🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ meta Public
forked from actions-rs/meta

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas

License

Notifications You must be signed in to change notification settings

koivunej/meta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions for Rust language

CC0 licensed Gitter

Repositories in this organization are GitHub Actions, which can be used to do the full CI circle for Rust projects.

Recipes

See the @actions-rs/example repository with the live workflows described here.

Quickstart ⚡

Quickstart recipe can be useful if you are not familiar with GitHub Actions, never used CI thingies before or just want to copy-n-paste some scripts into your project for an instant result.

MSRV (Minimal Supported Rust Version) 🔒

MSRV recipe does almost the same what "Quickstart" do, but also helps to guarantee the MSRV policy if you have any.

Nightly clippy and rustfmt 📎

Ever had this problem when your CI build is broken, because today's nightly is missing clippy or rustfmt?
Yeah, I know, everyone hates that.

Nightly lints recipe is utilizing rustup ability to find the most recent nightly toolchain with the components requested; no more broken builds for you!

Stable + beta + nightly + MSRV

Matrix recipe combin 5758 es three previous recipes together in order to make an ultimate quickstart workflow.

Perform security audit for your dependencies 🛡️

Security Audit recipe is using RustSec advisories database to audit crate for security vulnerabilities.

License

All recipes in this repository are published with the CC0 license.

About

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0