Files
sprout/hack/autofix.sh

10 lines
189 B
Bash
Raw Normal View History

2025-10-01 16:45:04 -07:00
#!/bin/sh
set -e
cd "$(dirname "${0}")/.." || exit 1
2025-10-12 15:00:28 -07:00
. "hack/common.sh"
2025-10-01 16:45:04 -07:00
2025-10-12 15:00:28 -07:00
cargo clippy --workspace --fix --allow-dirty --allow-staged --target "${HOST_ARCH}-unknown-uefi"
2025-10-01 16:45:04 -07:00
./hack/format.sh