mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-02 19:55:56 +01:00
chore: precommit scripts for bindings
This commit is contained in:
@@ -31,6 +31,7 @@ buildargs=(
|
||||
"-p cdk-redb"
|
||||
"-p cdk-redb --no-default-features --features wallet"
|
||||
"-p cdk-redb --no-default-features --features mint"
|
||||
"-p cdk-js --no-default-features --features"
|
||||
)
|
||||
|
||||
for arg in "${buildargs[@]}"; do
|
||||
|
||||
@@ -7,5 +7,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
"${DIR}/check-fmt.sh" check # Check if Rust code is formatted
|
||||
"${DIR}/check-crates.sh" # Check all crates
|
||||
"${DIR}/check-crates.sh" msrv # Check all crates MSRV
|
||||
#"${DIR}/check-bindings.sh" # Check all bindings
|
||||
"${DIR}/check-bindings.sh" # Check all bindings
|
||||
"${DIR}/check-docs.sh" # Check Rust docs
|
||||
|
||||
@@ -6,5 +6,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
"${DIR}/check-fmt.sh" # Format the code
|
||||
"${DIR}/check-crates.sh" # Check all crates
|
||||
#"${DIR}/check-bindings.sh" # Check all bindings
|
||||
"${DIR}/check-bindings.sh" # Check all bindings
|
||||
"${DIR}/check-docs.sh" # Check Rust docs
|
||||
|
||||
Reference in New Issue
Block a user