File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 python-version : ' 3.10'
3131
32- - name : Create CLAUDE.md Symlink
32+ - name : Create CLAUDE.md symlink
3333 run : |
3434 if [ -f ".auxiliary/configuration/conventions.md" ]; then
3535 ln -sf .auxiliary/configuration/conventions.md CLAUDE.md
@@ -40,23 +40,23 @@ jobs:
4040 fi
4141 shell : bash
4242
43- - name : Execute Claude Code
43+ - name : Run Claude Code
4444 id : claude
4545 uses : anthropics/claude-code-action@beta
4646 with :
4747 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
4848 trigger_phrase : " /claude"
4949 timeout_minutes : 20
50- allowed_tools :
51- - " Bash(hatch --env develop run linters)"
52- - " Bash(hatch --env develop run testers)"
53- - " Bash(hatch --env develop run docsgen)"
54- - " Bash(hatch --env develop run packagers)"
55- - " Bash(hatch run python:*)"
56- - " Bash(git status)"
57- - " Bash(git add:*)"
58- - " Bash(git commit:*)"
59- - " Bash(python:*)"
60- - " Bash(pip:*)"
61- - " Edit(**)"
62- - " Write(**)"
50+ allowed_tools : |
51+ Bash(hatch --env develop run linters)
52+ Bash(hatch --env develop run testers)
53+ Bash(hatch --env develop run docsgen)
54+ Bash(hatch --env develop run packagers)
55+ Bash(hatch run python:*)
56+ Bash(git status)
57+ Bash(git add:*)
58+ Bash(git commit:*)
59+ Bash(python:*)
60+ Bash(pip:*)
61+ Edit(**)
62+ Write(**)
You can’t perform that action at this time.
0 commit comments