Skip to content

Commit

Permalink
license test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzou committed Feb 5, 2024
1 parent e38fec5 commit 2a72799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/license-check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cargo install --quiet dd-rust-license-tool
cargo fetch --target aarch64-apple-darwin
dd-rust-license-tool check
if [ $? -ne 0 ]; then
echo "Run 'dd-rust-license-tool write' to regenerate license csv file."
Expand Down

0 comments on commit 2a72799

Please sign in to comment.