state: shift next_action to Phase 1 (ground_nonlinear_retype_l1_m) #262
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: PMPL-1.0-or-later | |
| # governance.yml — single wrapper calling the shared estate governance bundle | |
| # in hyperpolymath/standards instead of carrying per-repo copies. | |
| # | |
| # Replaces the per-repo governance scaffolding removed in this PR: | |
| # quality.yml, guix-nix-policy.yml, npm-bun-blocker.yml, ts-blocker.yml, | |
| # security-policy.yml, rsr-antipattern.yml, wellknown-enforcement.yml, | |
| # workflow-linter.yml | |
| # | |
| # Load-bearing build/security workflows stay standalone in the repo. | |
| name: Governance | |
| on: | |
| push: | |
| branches: [main, master] | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| governance: | |
| uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main |