jarvis / scripts /check.sh
Jonathan Haas
Complete remaining roadmap items: telemetry, diagnostics, fault taxonomy, and DX tooling
92a1c64
Raw
History Blame Contribute Delete
84 Bytes
#!/usr/bin/env bash
set -euo pipefail
uv run ruff check src tests
uv run pytest -q