Skip to content

[TASK-67] feat: 디자인 시스템 수정 및 추가사항 반영 (색상, 아이콘, Input) #29

[TASK-67] feat: 디자인 시스템 수정 및 추가사항 반영 (색상, 아이콘, Input)

[TASK-67] feat: 디자인 시스템 수정 및 추가사항 반영 (색상, 아이콘, Input) #29

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