chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.1.0 #185
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
| # Run the cross-repo conformance matrix on PRs, testing this repo's change against | |
| # the rest of the ecosystem. The reusable workflow lives in seamless-cli. | |
| name: conformance | |
| on: | |
| pull_request: | |
| jobs: | |
| verify: | |
| uses: fells-code/seamless-cli/.github/workflows/verify-conformance.yml@main | |
| with: | |
| api-ref: ${{ github.event.pull_request.head.sha }} |