diff --git a/run_checks.sh b/run_checks.sh index c945094..2b9d439 100755 --- a/run_checks.sh +++ b/run_checks.sh @@ -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 . +