[PBE-887] Add more specific auth codes #181
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: Swift Video Proto | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
protoc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Compile definitions | |
run: docker run -v $(pwd):/local ghcr.io/getstream/protobuf-generate swift /local/swift-sdk |