Coder Social home page Coder Social logo

neriumrevolta / meta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from actions-rs/meta

0.0 0.0 0.0 27 KB

๐Ÿฆ€ GitHub Actions for Rust - recipes, discussions, questions and ideas

Home Page: https://github.com/actions-rs

License: Creative Commons Zero v1.0 Universal

meta's Introduction

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 combines 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.

meta's People

Contributors

svartalf avatar alex avatar gfreezy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.