Skip to content

Commit 494c444

Browse files
committed
Refactor: Remove Claude Code version check from CI workflow
Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent 02fe0ff commit 494c444

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
which gh || echo "gh is missing"
6969
which node || echo "node is missing"
7070
which npm || echo "npm is missing"
71-
which claude-code || echo "claude-code is missing"
7271
# Test essential packages
7372
curl --version
74-
jq --version
75-
# Test Claude Code version
76-
claude-code --version || echo "claude-code version check failed"
73+
jq --version

0 commit comments

Comments
 (0)