From 44bfba4b0e2059cbb950e61c73921c02ddaf7987 Mon Sep 17 00:00:00 2001 From: Joel Linn Date: Mon, 28 Jun 2021 17:26:43 +0200 Subject: [PATCH] [CI] Print clang-format version. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b8985f502..a8c2c21d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: - name: lint image: xeniaproject/buildenv:2021-06-21 commands: + - clang-format --version - ./xenia-build lint --all ---