aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorGleb Naumenko <naumenko.gs@gmail.com>2020-02-18 17:45:02 -0500
committerfanquake <fanquake@gmail.com>2021-10-21 09:38:55 +0800
commit0659f12b131fc5915fe7a493306af197f4fb838b (patch)
tree9d159bc034b5959d4ddf714df3298b51d4c937c8 /ci/lint
parent0eb7928ab8d9dcb840e4965bfa81deb752b00dfa (diff)
downloadbitcoin-0659f12b131fc5915fe7a493306af197f4fb838b.tar.xz
Add minisketch dependency
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/06_script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh
index f7dacd8512..90f8a6e7c8 100755
--- a/ci/lint/06_script.sh
+++ b/ci/lint/06_script.sh
@@ -17,6 +17,7 @@ export COMMIT_RANGE
# check with -r to not have to fetch all the remotes.
test/lint/git-subtree-check.sh src/crypto/ctaes
test/lint/git-subtree-check.sh src/secp256k1
+test/lint/git-subtree-check.sh src/minisketch
test/lint/git-subtree-check.sh src/univalue
test/lint/git-subtree-check.sh src/leveldb
test/lint/git-subtree-check.sh src/crc32c