fix(postman): add tenantId to login request — aligns with H-01 fix #67
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
| name: API & Docs Validation | |
| on: [push, pull_request] | |
| jobs: | |
| validate-api: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v4 | |
| - name: Validate OpenAPI with Redocly | |
| run: npx @redocly/cli lint api/openapi.yaml | |
| - name: Check Documentation Links | |
| uses: gaurav-nelson/github-action-markdown-link-check@v1 |