We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9e94a commit 8636dabCopy full SHA for 8636dab
.github/workflows/rust-tests.yml
@@ -64,4 +64,6 @@ jobs:
64
run: cargo run --features runtime-env --manifest-path server/Cargo.toml --bin redoc_ci > openapi.json
65
- name: Vaccum lint
66
run: vacuum lint openapi.json -r '.github/rules.yaml' -d
67
+ - name: Copy OpenAPI spec to sdk folder
68
+ run: cp openapi.json ./clients/ts-sdk/openapi.json
69
0 commit comments