We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b954b9 commit 4675731Copy full SHA for 4675731
.github/actions/build-docs/action.yml
@@ -6,4 +6,5 @@ runs:
6
steps:
7
- name: Build Documentation
8
shell: bash
9
+ working-directory: packages/sdk/server-ai
10
run: make docs
.github/workflows/ci.yml
@@ -32,9 +32,11 @@ jobs:
32
- uses: ./.github/actions/build-docs
33
34
- name: Run tests
35
36
run: make test
37
38
- name: Verify typehints
39
40
run: make lint
41
42
windows:
@@ -63,4 +65,5 @@ jobs:
63
65
run: poetry install
64
66
67
68
69
0 commit comments