mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
feat: add rag ci/cd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user