Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Rust CI

Rust CI #66

Workflow file for this run

name: Rust CI
"on":
push:
branches:
- main
pull_request: null
workflow_dispatch: null
schedule:
- cron: 0 14 * * 1
jobs:
rust-ci:
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
with:
run_clippy: true
minimum_coverage: "50"
secrets: inherit