diff --git a/justfile b/justfile index 4b15983..1495958 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,7 @@ install-hooks: git config core.hooksPath .git-hooks validate-dev-branch: + git rebase -i origin/main -x 'cargo fmt --check' git rebase -i origin/main -x 'cargo build' git rebase -i origin/main -x 'cargo test' git rebase -i origin/main -x 'cargo clippy -- -D warnings'