From a0249f83ecc96069c382c3678a3880dcc43abaa7 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Wed, 12 Feb 2025 19:46:42 +0000 Subject: [PATCH] ci: fix gindent version --- .github/workflows/code_style.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 0c8feb27..e1652ec6 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -19,5 +19,7 @@ jobs: - name: Make indent run: | + indent --version make indent + git status git status | grep 'nothing to commit'