From 353bef24678bf508c98aa2d86d3e662fda673a9a Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Thu, 20 Jun 2019 20:14:03 +0200 Subject: [PATCH] [Minor] CI: show perltidy/tidyall versions Different perltidy versions format code differently. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index d28b235add..8d258d4b25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -72,6 +72,8 @@ pipeline: image: rspamd/ci-perl-tidyall group: build commands: + - tidyall --version + - perltidy --version | head -1 # checks are configured in .tidyallrc at the top of rspamd repo - tidyall --all --check-only --no-cache --data-dir /tmp/tidyall -- 2.47.3