Compare commits
6 commits
7d953c1947
...
48dfd6fe2c
Author | SHA1 | Date | |
---|---|---|---|
48dfd6fe2c | |||
2c4dd1bcf8 | |||
cdad66531e | |||
e990f60dd1 | |||
b6acb48a82 | |||
b07f08b7c1 |
1 changed files with 0 additions and 1 deletions
1
justfile
1
justfile
|
@ -4,7 +4,6 @@ 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'
|
||||
|
|
Loading…
Reference in a new issue