Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/core-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "**"
paths:
- "modules/agent-core-kmp/**"
- "modules/agent-core-rust/**"
- "gradle/**"
- "settings.gradle.kts"
- ".github/workflows/core-check.yml"
Expand All @@ -22,7 +21,6 @@ on:
- patch/**
paths:
- "modules/agent-core-kmp/**"
- "modules/agent-core-rust/**"
- "gradle/**"
- "settings.gradle.kts"
- ".github/workflows/core-check.yml"
Expand Down Expand Up @@ -77,7 +75,4 @@ jobs:
- name: ✅ Run core checks
shell: bash
run: |
PATH="$HOME/.cargo/bin:$PATH" ./gradlew \
:agent-core-kmp:check \
:agent-core-rust:check \
-PenableRustTasks=true
PATH="$HOME/.cargo/bin:$PATH" ./gradlew :agent-core-kmp:check
2 changes: 1 addition & 1 deletion .github/workflows/shell/check-commit-msg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo -e "📝 Latest commit message:\n ${GREEN}${COMMIT_MSG}${RESET}\n"
# ------------------------------
# Commit message pattern
# ------------------------------
COMMIT_MSG_PATTERN='^(revert: )?(build|chore|ci|deps|docs|feat|fix|infra|perf|refactor|release|style|test|wip)(\([^)]+\))?(!)?: [^\n\r]{1,100}[^\s\n\r]$'
COMMIT_MSG_PATTERN='^(revert: )?(build|chore|ci|deps|docs|feat|fix|infra|perf|refactor|release|style|test|wip)(\([^)]+\))?(!)?: [^[:cntrl:]]{1,100}[^[:space:][:cntrl:]]$'

# ------------------------------
# Skip merge or initial commit
Expand Down
Loading
Loading