We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676a088 commit 0ac11cbCopy full SHA for 0ac11cb
3 files changed
.github/workflows/build.yml
@@ -13,5 +13,5 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: mlugg/setup-zig@v2
15
with:
16
- version: 0.15.1
+ version: 0.16.0
17
- run: zig build test --summary all
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
@@ -30,6 +30,10 @@ jobs:
30
31
fetch-depth: 1
32
33
+ - uses: mlugg/setup-zig@v2
34
+ with:
35
36
+
37
- name: Run Claude Code
38
id: claude
39
uses: anthropics/claude-code-action@beta
0 commit comments