Skip to content

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #171

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu…

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #171

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# Rust CI — thin wrapper calling the shared estate reusable in
# hyperpolymath/standards. Configure once, propagate everywhere.
# See: docs/CI-REUSABLE-WORKFLOWS.adoc in standards.
name: Rust CI
on:
push:
branches: [main, master]
pull_request:
permissions:
contents: read
jobs:
rust-ci:
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
# The reusable job tests default features only; this keeps the feature-gated
# git ingest compiling (it silently broke once — git2 0.21 API drift).
feature-git-integration:
name: cargo test --features git-integration
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: cargo test --features git-integration