We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4d5c4 commit 9fd57f7Copy full SHA for 9fd57f7
2 files changed
.claude/skills/write-fastdeploy-unittest/debug.sh
.github/workflows/check-bypass.yml
@@ -75,7 +75,7 @@ jobs:
75
if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
76
continue
77
fi
78
- if [[ ! "$f" =~ \.(md|yaml|go|yml)$ ]]; then
+ if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
79
can_skip_docs=false
80
break
81
0 commit comments