Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,8 @@ jobs:
timeout-minutes: 6
run: uv pip install --system -r requirements.txt ruff

- name: Syntax check
run: python -m py_compile backend/main.py

- name: Ruff lint
run: ruff check backend/ --extend-per-file-ignores "backend/services/career/assessment.py:E402" --extend-per-file-ignores "backend/services/career/assessment.py:F841"

- name: Import check
env:
OPENAI_API_KEY: sk-test
run: python -c "from backend.config import Settings; print('imports ok')"
run: ruff check backend/

- name: Run tests
timeout-minutes: 12
Expand All @@ -127,7 +119,6 @@ jobs:
run: python -m pytest -q

- name: Eval gate (full)
if: github.event_name == 'pull_request'
timeout-minutes: 8
env:
OPENAI_API_KEY: ${{ secrets.EVAL_OPENAI_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
"filename": ".github/workflows/ci.yml",
"hashed_secret": "e9a5f12a8ecbb3eb46eca5096b5c52aa5e7c9fdd",
"is_verified": false,
"line_number": 119
"line_number": 117
},
{
"type": "Secret Keyword",
"filename": ".github/workflows/ci.yml",
"hashed_secret": "b813a809040e16e1cbce1fadca2f00a3ce656b39",
"is_verified": false,
"line_number": 126
"line_number": 118
}
],
"frontend/pnpm-lock.yaml": [
Expand Down Expand Up @@ -5105,5 +5105,5 @@
}
]
},
"generated_at": "2026-03-10T15:40:42Z"
"generated_at": "2026-03-18T10:40:00Z"
}
Loading