Trying to run a clang-tidy build on all code raises a few warnings as errors currently. Fix these errors and add chronik and bitcoin-fuzzers to the clang-tidy build on CI
/home/pierre/dev/bitcoin-abc/chronik/test/chronikbridge_tests.cpp:95:9: error: Called C++ object pointer is null [clang-analyzer-core.CallAndMessage,-warnings-as-errors]
WITH_LOCK(chainman.GetMutex(), return chainman.ActiveTip())
^