Merge pull request #41 from hwanny1128/feat/rag-function

feat: add rag ci/cd
This commit is contained in:
Daewoong Jeon 2025-10-29 22:58:57 +09:00 committed by GitHub
commit 13f31168ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,14 +113,6 @@ jobs:
echo "✅ Tests completed successfully"
- name: Code Quality Check
run: |
cd rag
# Run linters
flake8 src/ --max-line-length=120 --exclude=__pycache__
black --check src/
mypy src/ --ignore-missing-imports
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4