Skip to content

fix: remove IO PSI row — false CRITICAL on GB10 with VLLM idle (v0.2.3) #26

fix: remove IO PSI row — false CRITICAL on GB10 with VLLM idle (v0.2.3)

fix: remove IO PSI row — false CRITICAL on GB10 with VLLM idle (v0.2.3) #26

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install ruff==0.15.11
- run: ruff check . || true
- run: ruff format --check . || true