1 2 3 4 5
# Run all checks (format, lint, test) # Usage: just check # Example: just check check: fmt-check lint test