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 49e50e1 commit 17ca4e9Copy full SHA for 17ca4e9
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,17 @@ env:
16
CARGO_PROFILE_DEV_DEBUG: 0
17
18
jobs:
19
+ bonk:
20
+ steps:
21
+ - name: Run Bonk
22
+ uses: ask-bonk/ask-bonk/github@main
23
+ env:
24
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
25
+ CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
26
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
27
+ with:
28
+ model: cloudflare-ai-gateway/anthropic/claude-opus-4-5
29
+
30
rustfmt:
31
name: rustfmt
32
runs-on: ubuntu-latest
0 commit comments