Compare commits
7 commits
48dfd6fe2c
...
7d953c1947
Author | SHA1 | Date | |
---|---|---|---|
7d953c1947 | |||
c6c8dcedc5 | |||
4977619c70 | |||
c3c4c41c73 | |||
70100f6dc5 | |||
155497c97f | |||
7b1575eb09 |
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -4,6 +4,7 @@ install-hooks:
|
||||||
git config core.hooksPath .git-hooks
|
git config core.hooksPath .git-hooks
|
||||||
|
|
||||||
validate-dev-branch:
|
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 build'
|
||||||
git rebase -i origin/main -x 'cargo test'
|
git rebase -i origin/main -x 'cargo test'
|
||||||
git rebase -i origin/main -x 'cargo clippy -- -D warnings'
|
git rebase -i origin/main -x 'cargo clippy -- -D warnings'
|
||||||
|
|
Loading…
Reference in a new issue