feat(res-to-affine): land tree-sitter grammar build pipeline (Phase 2a, Refs #57) #125
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: MPL-2.0 | |
| # Estate SPARK Theatre Gate — thin caller of the reusable workflow in | |
| # hyperpolymath/standards (#135 / #141). Pinned by commit SHA per the | |
| # estate action-pinning policy. Regenerate the pin only when the reusable | |
| # workflow is intentionally bumped. | |
| name: SPARK Theatre Gate | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main, master] | |
| permissions: | |
| contents: read | |
| jobs: | |
| spark-theatre-gate: | |
| uses: hyperpolymath/standards/.github/workflows/spark-theatre-gate.yml@462003782f3ebb93ea763e81d0d199ce13ef7d73 | |
| with: | |
| paths: "." | |
| enforce_zero_contract: false |