Skip to content

Commit 7c2846f

Browse files
committed
[CI] add unittest Claude skill
1 parent 592a1a3 commit 7c2846f

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
@@ -72,7 +72,7 @@ jobs:
7272
if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
7373
continue
7474
fi
75-
if [[ ! "$f" =~ \.(md|yaml|go|yml)$ ]]; then
75+
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
7676
can_skip_docs=false
7777
break
7878
fi

0 commit comments

Comments
 (0)