Skip to content

Commit 9fd57f7

Browse files
committed
[CI] add unittest Claude skill
1 parent dc4d5c4 commit 9fd57f7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.claude/skills/write-fastdeploy-unittest/debug.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
7676
continue
7777
fi
78-
if [[ ! "$f" =~ \.(md|yaml|go|yml)$ ]]; then
78+
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
7979
can_skip_docs=false
8080
break
8181
fi

0 commit comments

Comments
 (0)