Skip to content

Commit b16a700

Browse files
feat(api): update via SDK Studio (#331)
1 parent 59117fd commit b16a700

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,26 @@ jobs:
2828
- name: Check types
2929
run: |
3030
yarn build
31+
32+
examples:
33+
name: examples
34+
runs-on: ubuntu-latest
35+
36+
steps:
37+
- uses: actions/checkout@v4
38+
39+
- name: Set up Node
40+
uses: actions/setup-node@v4
41+
with:
42+
node-version: '18'
43+
- name: Install dependencies
44+
run: |
45+
yarn install
46+
47+
- env:
48+
CLOUDFLARE_ACCOUNT_ID: f037e56e89293a057740de681ac9abbe
49+
CLOUDFLARE_EMAIL: [email protected]
50+
CLOUDFLARE_ZONE_ID: 0da42c8d2132a9ddaf714f9e7c92011
51+
CLOUDFLARE_API_KEY: ${{ secrets.CLOUDFLARE_API_KEY }}
52+
run: |
53+
yarn tsn ./examples/workers/ai/demo.ts

0 commit comments

Comments
 (0)