Skip to content

[신민경] 웹 서버 기타 기능 구현 #5

[신민경] 웹 서버 기타 기능 구현

[신민경] 웹 서버 기타 기능 구현 #5

Workflow file for this run

name: Claude Auto PR Review
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
pull-requests: write
checks: write
id-token: write
jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Simple LLM Code Review
uses: codingbaraGo/simple-llm-code-review@latest
with:
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
language: korean