From 409fde450a5d185159a8a2fa8d0876753e9fb67d Mon Sep 17 00:00:00 2001 From: "Nicolas. S" Date: Mon, 20 Mar 2023 23:36:39 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellcheck.yml b/shellcheck.yml index 996e08f..531d0f6 100644 --- a/shellcheck.yml +++ b/shellcheck.yml @@ -9,6 +9,6 @@ jobs: - name: Set up shellcheck run: | apt update - apt install -y shellcheck + apt install -y shellcheck - name: Analysing the code with shellcheck - run: find . -name '*.sh' -exec shellcheck {} \; + run: shellcheck -S warning *.sh