Skip to content

Commit 6587b0c

Browse files
authored
Merge branch 'boa-dev:main' into feat/rope-strings
2 parents cd1288d + f5ae9f7 commit 6587b0c

File tree

181 files changed

+8007
-1856
lines changed

Some content is hidden

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

181 files changed

+8007
-1856
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)