forked from gentoo-utils/gentoo-utils
use gnu parallel to run pre-commit hook check commands in parallel
This commit is contained in:
4
check_commands.txt
Normal file
4
check_commands.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
/usr/bin/meson format --recursive --check-only
|
||||
rustfmt --edition 2024 --check $(find src -type f -name '*.rs')
|
||||
ninja clippy -C build
|
||||
meson test unittests -C build
|
||||
Reference in New Issue
Block a user