Skip to content

Initial codebase assessment #13

Initial codebase assessment

Initial codebase assessment #13

name: 'Claude Code Review'
on:
pull_request:
types: [opened, synchronize]
jobs:
claude-review:
uses: 'davidwells/actions/.github/workflows/claude-review.yml@master'

Check warning on line 9 in .github/workflows/claude-code-review.yml

View workflow run for this annotation

GitHub Actions / Claude Code Review

Workflow syntax warning

In .github/workflows/claude-code-review.yml (Line: 9, Col: 11): Error from called workflow davidwells/actions/.github/workflows/claude-review.yml@master (Line: 94, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
guideline_files: |
README.md
minimum_changed_lines: 10
secrets:
claude_oauth_token: '${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}'