fix: PAT list view errors and add comprehensive API tests #42
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
| name: API Schema Check | |
| on: | |
| pull_request: | |
| paths: | |
| - 'api/v2.0/**' | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - uses: delimit-ai/delimit-action@v1 | |
| with: | |
| spec: api/v2.0/swagger.yaml |