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 59117fd commit b16a700Copy full SHA for b16a700
.github/workflows/ci.yml
@@ -28,3 +28,26 @@ jobs:
28
- name: Check types
29
run: |
30
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
53
+ yarn tsn ./examples/workers/ai/demo.ts
0 commit comments