Skip to content

Commit d7b554e

Browse files
authored
Merge branch 'main' into fix/operator-lexer-unimplemented-to-error-v2
2 parents 74ef259 + 5207a3b commit d7b554e

File tree

143 files changed

+3876
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+3876
-1467
lines changed

.husky/pre-push

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
if ! command -v cargo-make >/dev/null 2>&1; then
4+
echo "cargo-make is not installed. Install it with:"
5+
echo " cargo install cargo-make"
6+
exit 1
7+
fi
8+
9+
cargo make run-ci

0 commit comments

Comments
 (0)