We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e50e1 commit 511b7e1Copy full SHA for 511b7e1
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,18 @@ env:
16
CARGO_PROFILE_DEV_DEBUG: 0
17
18
jobs:
19
+ bonk:
20
+ runs-on: ubuntu-latest
21
+ steps:
22
+ - name: Run Bonk
23
+ uses: ask-bonk/ask-bonk/github@main
24
+ env:
25
+ CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
26
+ CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
27
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28
+ with:
29
+ model: cloudflare-ai-gateway/anthropic/claude-opus-4-5
30
+
31
rustfmt:
32
name: rustfmt
33
runs-on: ubuntu-latest
0 commit comments