From 1c2873b3059f3e4d6bd02307ec5b22f761ce1c80 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 14 Jul 2025 20:35:00 +0300 Subject: feat: Update routes and fix issues --- lefthook.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lefthook.yml') diff --git a/lefthook.yml b/lefthook.yml index b855ccb..8899132 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -10,3 +10,10 @@ pre-commit: yamllint: glob: "**/*.{yml,yaml}" run: yamllint {staged_files} + fmt: + run: cargo fmt --all -- --check + stage_fixed: true + # clippy: + # run: cargo clippy --all-targets --all-features -- -D warnings + test: + run: cargo test --all \ No newline at end of file -- cgit v1.2.3