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