#!/bin/sh . "$(dirname "$0")/_/husky.sh" # yarn run cspell "**/src/**/*.rs" cargo fmt --all -- --check if [ -z ${SWC_SKIP_CLIPPY+x} ]; then cargo clippy fi