[CI] Print clang-format version.

This commit is contained in:
Joel Linn
2021-06-28 17:26:43 +02:00
committed by Rick Gibbed
parent afde40ab6c
commit 44bfba4b0e
+1
View File
@@ -8,6 +8,7 @@ steps:
- name: lint
image: xeniaproject/buildenv:2021-06-21
commands:
- clang-format --version
- ./xenia-build lint --all
---