Skip to content

Commit 01a818d

Browse files
vinod0mSDLC Botgithub-advanced-security[bot]
authored
style(pipelines): apply ruff --fix to src/pipelines (#26)
* ci: add reproducible test runner, fix requirements pins, use venv in workflow * chore(ci): add Makefile, README test docs, run ruff in CI; remove .venv_ci * docs: fix README markdown warnings; ci: add codecov token and pip cache for provider jobs * ci: exclude duplicate router from mypy checks (known conflict) * chore: remove duplicate src/llm/router.py to avoid mypy duplicate-module * chore: move test_results into test/ directory * style(pipelines): apply ruff --fix to src/pipelines * Potential fix for code scanning alert no. 725: Workflow does not contain permissions fixed previously Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 732: Workflow does not contain permissions fixed previous Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: SDLC Bot <devnull@example.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 1fac448 commit 01a818d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Python Tests (consolidated)
33
permissions:
44
contents: read
55

6+
67
on:
78
push:
89
branches: [ main ]

.github/workflows/python-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
permissions:
3+
contents: read
4+
15
name: Python Tests
26

37
on:

0 commit comments

Comments
 (0)