Ondrej Vlach 795719e83c
Some checks failed
Integration test for new action version / it (push) Failing after 8s
build: gitea actions
2024-02-29 22:55:33 +01:00
2024-02-29 22:55:33 +01:00
2020-03-12 21:57:29 +01:00
2023-06-04 08:57:13 +03:30
2024-02-29 22:55:33 +01:00
2019-01-26 00:21:00 +01:00
2019-01-26 00:21:00 +01:00
2023-10-05 23:42:12 +03:30

Rust Github Action

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

img

What's inside the "box":

  • Rust 1.73.0
  • 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@v1
      - 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

Description
No description provided
Readme 95 KiB
Languages
Dockerfile 79.3%
Rust 10.8%
Shell 9.9%