feat!: migrate to Speakeasy Python v2 generator infrastructure #31
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
| # Stub: Validate PR Title Workflow | |
| # | |
| # Minimal placeholder to register the pull_request trigger on main. | |
| # Full implementation arrives in a follow-up PR. | |
| name: Validate PR Title | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| stub: | |
| name: Stub (placeholder) | |
| if: false | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "stub" |