[lint] Add tool version check for Veriblelint

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/check_tool_requirements.core b/check_tool_requirements.core
index 375970c..1ace868 100644
--- a/check_tool_requirements.core
+++ b/check_tool_requirements.core
@@ -28,4 +28,5 @@
       - files_check_tool_requirements
     hooks:
       pre_build:
-        - tool_verilator ? (check_tool_requirements)
+        - tool_verilator   ? (check_tool_requirements)
+        - tool_veriblelint ? (check_tool_requirements)