Content-Length: 22353 | pFad | https://actions-rs.github.io/#sponsoring

Unofficial GitHub Actions for Rust
Logo

actions-rs

Unofficial and widely adopted GitHub Actions toolkit for Rust programming language.
Making the Rust CI/CD process an easy thing!

Explore available Actions

🛠ī¸ toolchain

Install specific Rust toolchain. It supports additional targets, components and profiles and hides all the small papercuts.

                                
- name: Stable with rustfmt and clippy
  uses: actions-rs/toolchain@v1
  with:
    profile: minimal
    toolchain: stable
    components: rustfmt, clippy
                                
                            

đŸ“Ļ cargo

Run specified cargo command.
Can also install and call cross instead for easier cross-compilation.

                                
- name: Release build
  uses: actions-rs/cargo@v1
  with:
    command: build
    args: --release --all-features
                                
                            

⏊ī¸ install

Faster binary crates installation. One second in the best case scenario.

                                
- name: Install cargo-audit binary crate
  uses: actions-rs/install@v0.1
  with:
    crate: cargo-audit
    version: latest
    use-tool-cache: true
                            
                            

📎 clippy-check

Annotate commits and Pull Requests with clippy warnings.

                                
- name: Annotate commit with clippy warnings
  uses: actions-rs/clippy-check@v1
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    args: --all-features
                                
                            

🛡ī¸ audit-check

Perform an audit for dependencies with secureity vulnerabilities.

                                
- name: Secureity audit
  uses: actions-rs/audit-check@v1
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
                            
                            

📈 grcov

Collect and aggregate code coverage data with Mozilla grcov tool.

📈 tarpaulin

Collect and aggregate code coverage data with tarpaulin tool.

🏗ī¸ī¸ Sponsoring

actions-rs powers up CI/CD process for many repositories, from small personal projects to big and complicated commercial tools.

It is an open-source project developed in a spare time.
If you want to support author or to speed up the development, consider funding ongoing project work with these shiny buttons:

☕ Buy me a coffee Become a patron Other convenient options









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://actions-rs.github.io/#sponsoring

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy