summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-03-04 18:13:51 +0700
committerhathach <[email protected]>2026-03-04 18:13:51 +0700
commitf021d5c1e1de5c1b47fcbdd6d8fb1eea70eafe61 (patch)
treebfe1beb1dc39ffadc1c5f298bcff2476ff16754a
parent8479c086796e53205c34142038c65f885c2e3e76 (diff)
fix trailing newline in workflow files to pass pre-commit
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
-rw-r--r--.github/workflows/claude-code-review.yml1
-rw-r--r--.github/workflows/claude.yml1
l---------CLAUDE.md1
3 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index b5e8cfd4d..25f4ad18c 100644
--- a/.github/workflows/claude-code-review.yml
+++ b/.github/workflows/claude-code-review.yml
@@ -41,4 +41,3 @@ jobs:
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options
-
diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml
index d300267f1..9471a0591 100644
--- a/.github/workflows/claude.yml
+++ b/.github/workflows/claude.yml
@@ -47,4 +47,3 @@ jobs:
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options
# claude_args: '--allowed-tools Bash(gh pr:*)'
-
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 120000
index 000000000..47dc3e3d8
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1 @@
+AGENTS.md \ No newline at end of file