Skip to content

Mirlahiji/rust-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Rust Github Action

'Silverbullet' for a quickstart Rust CI based upon Github Actions

img

What's inside the "box":

  • Rust 1.74.1
  • Rustfmt
  • Clippy
  • Cargo Release
  • Cmake

Usage

In a file inside .github/workflows/quickstart.yml

name: Rust Example

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
      - uses: mirlahiji/rust-action@master
        with:
          args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test

Thanks to @ icepuma for handing over the project and @ bwasty for Cmake

Packages

No packages published

Languages

  • Dockerfile 74.5%
  • Rust 13.3%
  • Shell 12.2%