From 325be75e72348e779e9b94f65e3ae06dd811241c Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Thu, 4 Jan 2024 15:17:17 +0100 Subject: [PATCH] WIP: use recursive --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 0fe262b73b..18a7155458 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -42,7 +42,7 @@ jobs: uses: ansys/actions/docker-style@feat/lint_dockerfile with: directory: docker - recursive: false + recursive: true # docker-lint: # name: Dockerfile linting through code-style action