diff options
| author | hathach <[email protected]> | 2026-03-04 18:13:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-04 18:13:51 +0700 |
| commit | f021d5c1e1de5c1b47fcbdd6d8fb1eea70eafe61 (patch) | |
| tree | bfe1beb1dc39ffadc1c5f298bcff2476ff16754a | |
| parent | 8479c086796e53205c34142038c65f885c2e3e76 (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.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/claude.yml | 1 | ||||
| l--------- | CLAUDE.md | 1 |
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 |
