Skip to content

[TASK-84, TASK-85] feat, style: 상세 페이지 우측 버튼 그룹 및 관련 모달 컴포넌트 구현 #41

[TASK-84, TASK-85] feat, style: 상세 페이지 우측 버튼 그룹 및 관련 모달 컴포넌트 구현

[TASK-84, TASK-85] feat, style: 상세 페이지 우측 버튼 그룹 및 관련 모달 컴포넌트 구현 #41

name: Qodana Code Review
on:
pull_request:
branches:
- main
- dev
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Qodana
uses: JetBrains/[email protected]
with:
results-dir: ./qodana-results
pr-mode: true # PR에 분석 결과를 주석으로 추가
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_592621362 }}
QODANA_ENDPOINT: 'https://qodana.cloud'
- name: Upload Qodana Results
uses: actions/upload-artifact@v4
with:
name: qodana-results
path: ./qodana-results