From 23fc53c618d0b4243644be3f950d0b27829dae40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 7 Apr 2025 11:32:14 +0200 Subject: [PATCH] Set -x option for shellcheck GHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fadb6f4..51e48076 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,8 @@ jobs: check_together: 'yes' format: tty severity: warning + env: + SHELLCHECK_OPTS: -x # Enable shellcheck -x option (follow external sources) - name: Spell-Checking uses: codespell-project/actions-codespell@master