mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
feat(ci): resource profiler
This commit is contained in:
parent
e4fe99987d
commit
87cdd5bbcc
11 changed files with 889 additions and 42 deletions
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -148,8 +148,10 @@ jobs:
|
|||
- name: ruff check .
|
||||
# No --exit-zero, no || true. Exit code propagates to the job,
|
||||
# which propagates to the required-check gate.
|
||||
run: |
|
||||
ruff check .
|
||||
uses: ./.github/actions/profile
|
||||
with:
|
||||
label: ruff-blocking
|
||||
command: ruff check .
|
||||
|
||||
windows-footguns:
|
||||
# Static guardrails on Windows-unsafe Python primitives — os.kill(pid, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue