1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
name: Rust CI on: push: branches: - main pull_request: workflow_dispatch: schedule: - cron: 0 14 * * 1 jobs: rust-ci: uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2 with: run_clippy: true secrets: inherit