You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run on a TypeScript repository.
cargo run lint ~/loop/backend/src
# Run unit tests.
cargo test# Bump version.
fastmod 0\.0\.7 0.0.8
# Release by running the "Release" action through the GitHub UI.