#!/bin/bash

cargo fmt -- --check && cargo build && cargo test && cargo clippy -- -D warnings && typos || exit 1
