From 29f44fed36f45cb827c5e593ce52682a942bc296 Mon Sep 17 00:00:00 2001 From: hiago Date: Mon, 25 Apr 2022 16:32:06 -0300 Subject: Converting `lint-all.sh` to `lint-all.py`. Converting `lint-all.sh` to `lint-all.py`. --- ci/lint/06_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/lint') diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh index fa9bf4c646..f174b4d074 100755 --- a/ci/lint/06_script.sh +++ b/ci/lint/06_script.sh @@ -22,7 +22,7 @@ test/lint/git-subtree-check.sh src/univalue test/lint/git-subtree-check.sh src/leveldb test/lint/git-subtree-check.sh src/crc32c test/lint/check-doc.py -test/lint/lint-all.sh +test/lint/lint-all.py if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then # Sanity check only the last few commits to get notified of missing sigs, -- cgit v1.2.3