chore: precommit scripts for bindings

This commit is contained in:
thesimplekid
2024-05-06 21:21:41 +01:00
parent 7ea7e0bda0
commit 7d714a2fc5
3 changed files with 3 additions and 2 deletions

View File

@@ -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