mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-04 13:35:20 +01:00
Add misc/scripts
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
This commit is contained in:
14
misc/scripts/check-docs.sh
Executable file
14
misc/scripts/check-docs.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
buildargs=(
|
||||
"-p cashu"
|
||||
"-p cashu-sdk"
|
||||
)
|
||||
|
||||
for arg in "${buildargs[@]}"; do
|
||||
echo "Checking '$arg' docs"
|
||||
cargo doc $arg --all-features
|
||||
echo
|
||||
done
|
||||
Reference in New Issue
Block a user