#!/bin/sh
set -e

cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
