policy: Bun is tier 1, Deno is being removed — correct local CLAUDE.md #1279
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: AGPL-3.0-or-later | |
| # This workflow is managed by gh actions-lock. | |
| # 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@fcb8669169b4e9f5d9848608df880ae5fae812b4 # main 2026-08-04 (lockfile-bearing ref: actions.lock required by caller-side enforcement, standards#570) | |
| with: | |
| enable_audit: true | |
| enable_coverage: true |