Skip to content

Commit d8239b6

Browse files
shunfuashwin-ant
andauthored
make allowed_tools multiline
Co-authored-by: Ashwin Bhat <ashwin@anthropic.com>
1 parent fad6c8d commit d8239b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/claude.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555
# assignee_trigger: "claude-bot"
5656

5757
# Allow Claude to run linters, typecheckers, and tests
58-
allowed_tools: "Bash(python -m ruff check *),Bash(python -m ruff format *),Bash(python -m mypy *),Bash(python -m pytest *)"
58+
allowed_tools: |
59+
Bash(python -m ruff check:*)
60+
Bash(python -m ruff format:*)
61+
Bash(python -m mypy:*)
62+
Bash(python -m pytest *)
5963
6064
# Optional: Add custom instructions for Claude to customize its behavior for your project
6165
# custom_instructions: |

0 commit comments

Comments
 (0)