diff options
author | hiago <hiago.dutra@gmail.com> | 2022-04-25 16:32:06 -0300 |
---|---|---|
committer | hiago <hiago.dutra@gmail.com> | 2022-04-26 06:25:01 -0300 |
commit | 29f44fed36f45cb827c5e593ce52682a942bc296 (patch) | |
tree | 0293123686a1327a98f08615dda47d1a316162f7 /ci | |
parent | 1e7db37e76c510d373c4404eea2b97508b367aca (diff) |
Converting `lint-all.sh` to `lint-all.py`.
Converting `lint-all.sh` to `lint-all.py`.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/06_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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, |