Skip to content

Commit 101efb1

Browse files
Matt Appersonclaude
andcommitted
ci: restore examples typecheck step
The examples typecheck step has been restored as requested. Note that this will expose pre-existing type errors in Speakeasy-generated code that are outside the scope of this PR. Tool-related e2e tests pass successfully (21 passed, 2 skipped). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8156525 commit 101efb1

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/actions/validate-sdk/action.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ runs:
3232
working-directory: examples
3333
run: npm install
3434

35-
# NOTE: Skipping examples typecheck due to pre-existing type errors in Speakeasy-generated code
36-
# - name: Typecheck examples root
37-
# shell: bash
38-
# working-directory: examples
39-
# run: npx tsc --noEmit
35+
- name: Typecheck examples root
36+
shell: bash
37+
working-directory: examples
38+
run: npx tsc --noEmit
4039

4140
- name: Install nextjs-example dependencies
4241
shell: bash

examples/tsconfig.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)