Rust CI with GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • rust-ci-github-actions-workflow

    Rust project template with CI workflow in GitHub Actions

  • The following is a simple explanation of the included workflows. Check out our project README for a more detailed explanation.

  • Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  • The Clippy job runs clippy through actions-rs/clippy-check@v1. You can add a clippy.toml or .clippy.toml to configure the style.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • clippy-check

    Discontinued 📎 GitHub Action for PR annotations with clippy warnings

  • The Clippy job runs clippy through actions-rs/clippy-check@v1. You can add a clippy.toml or .clippy.toml to configure the style.

  • publish-unit-test-result-action

    GitHub Action to publish unit test results on GitHub

  • Test results are uploaded through EnricoMi/publish-unit-test-result-action@v1.

  • codecov-action

    GitHub Action that uploads coverage to Codecov :open_umbrella:

  • Code coverage results are uploaded to CodeCov through codecov/codecov-action@v1. For private repositories, add your token from CodeCov repository setting to GitHub Secrets and uncomment the line: token: ${{ secrets.CODECOV_TOKEN }}.

  • upload-artifact

  • The included job uploads the project binary in target/release as an artifact through actions/upload-artifact@v2. You can configure which files to upload.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts