Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed May 16, 2024
1 parent 9d38ac8 commit 005f916
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/sdk-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
path: protocol

- name: Compile definitions
run: docker run --rm \
-v $(pwd)/protocol:/local ghcr.io/getstream/openapi-generator:master generate \
-i /local/openapi/video-openapi-clientside.yaml \
-g typescript-fetch \
-o /local/ts-sdk
--additional-properties=supportsES6=true \
--additional-properties=modelPropertyNaming=original \
--additional-properties=enumPropertyNaming=UPPERCASE \
--additional-properties=withoutRuntimeChecks=true
run: |
docker run --rm \
-v $(pwd)/protocol:/local ghcr.io/getstream/openapi-generator:master generate \
-i /local/openapi/video-openapi-clientside.yaml \
-g typescript-fetch \
-o /local/ts-sdk
--additional-properties=supportsES6=true \
--additional-properties=modelPropertyNaming=original \
--additional-properties=enumPropertyNaming=UPPERCASE \
--additional-properties=withoutRuntimeChecks=true
- name: Checkout SDK
uses: actions/checkout@v4
Expand Down

0 comments on commit 005f916

Please sign in to comment.