We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fbfcd commit b40adeeCopy full SHA for b40adee
.github/workflows/claude.yml
@@ -30,6 +30,18 @@ jobs:
30
with:
31
fetch-depth: 1
32
33
+ - name: Install air
34
+ uses: posit-dev/setup-air@v1
35
+
36
+ - uses: r-lib/actions/setup-r@v2
37
+ with:
38
+ use-public-rspm: true
39
40
+ - uses: r-lib/actions/setup-r-dependencies@v2
41
42
+ extra-packages: any::rcmdcheck,roxygen2
43
+ needs: check
44
45
- name: Run Claude Code
46
id: claude
47
uses: anthropics/claude-code-action@beta
@@ -50,7 +62,7 @@ jobs:
50
62
# assignee_trigger: "claude-bot"
51
63
52
64
# Optional: Allow Claude to run specific commands
53
- allowed_tools: "Bash(R:*)"
65
+ allowed_tools: "Bash(R:*);Bash(air format:*)"
54
66
55
67
# Optional: Add custom instructions for Claude to customize its behavior for your project
56
68
# custom_instructions: |
0 commit comments