Skip to content

Commit 729a91e

Browse files
committed
MVP WIP
1 parent 4d134f8 commit 729a91e

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-sbt-
2929
- name: sbt mvr (compile + unit tests)
3030
run: |
31-
sbt -v mvr
31+
sbt -v compileAll; test:compile
3232
- name: Report Ivy cache size
3333
run: du -sh ~/.ivy2/cache || true
3434

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# github.event.pull_request.user.login == 'external-contributor' ||
1818
# github.event.pull_request.user.login == 'new-developer' ||
1919
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
20-
20+
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
2424
pull-requests: read
2525
issues: read
2626
id-token: write
27-
27+
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
@@ -39,16 +39,14 @@ jobs:
3939
prompt: |
4040
Please review this pull request and provide feedback on:
4141
- Code quality and best practices
42+
- Use the repository's CLAUDE.md for more detail instructions
4243
- Potential bugs or issues
4344
- Performance considerations
4445
- Security concerns
4546
- Test coverage
46-
47-
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
4847
4948
Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR.
50-
49+
5150
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5251
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
5352
claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"'
54-

0 commit comments

Comments
 (0)