feat: [SRTP-39] API to handle RTP activations initiated by the Payer's RTP Service Provider. #21
Workflow file for this run
This file contains 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: Run Spectral on Pull Requests | |
on: | |
pull_request: | |
paths: | |
- '**/api/**/*.yaml' | |
- '**/api/**/*.yml' | |
permissions: | |
checks: write | |
jobs: | |
build: | |
name: Run Spectral | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
# Run Spectral | |
- uses: stoplightio/spectral-action@2ad0b9302e32a77c1caccf474a9b2191a8060d83 #v0.8.11 | |
with: | |
file_glob: '**/api/**/(*.yaml|*.yml)' | |
repo_token: ${{ secrets.GITHUB_TOKEN }} |