ci: Enable --verbose in check-style-clang-format job

This commit is contained in:
Eduardo Almeida
2023-04-14 20:33:04 +01:00
parent e502847caf
commit 8547668075

View File

@@ -12,7 +12,7 @@ check-style-clang-format:
python3
clang-format-14
script:
- python3 utils/check-style-clang-format.py .
- python3 utils/check-style-clang-format.py --verbose .
timeout: 1h
# Clang-tidy