From bb6c3451e8029edfa17af5c8e2b0ebae3d20ffb9 Mon Sep 17 00:00:00 2001 From: "Nicolas. S" Date: Sat, 25 Mar 2023 22:28:56 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'shellcheck.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.yml b/shellcheck.yml index 531d0f6..071cbb6 100644 --- a/shellcheck.yml +++ b/shellcheck.yml @@ -11,4 +11,4 @@ jobs: apt update apt install -y shellcheck - name: Analysing the code with shellcheck - run: shellcheck -S warning *.sh + run: find . -type f -name "*.sh" | xargs shellcheck -S warning