mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 11:26:25 +00:00
feat: add rag ci/cd
This commit is contained in:
parent
b49038e97e
commit
ea00cf4b03
8
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
8
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
@ -113,14 +113,6 @@ jobs:
|
|||||||
|
|
||||||
echo "✅ Tests completed successfully"
|
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
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user