This commit is contained in:
axion66 2025-08-05 22:07:51 -04:00
parent a01b5e66ff
commit 85e43ea7f8

View file

@ -5,5 +5,4 @@ set -e
cargo fmt --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-targets --all-features
mypy python/openai_harmony
ruff check .