From 9159fa8eb0f9a7e78bc92f9e8f8e91f3b6e1d6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 31 Oct 2024 20:14:17 +0100 Subject: [PATCH] warnings --- .github/workflows/format.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 45f50e306400..8eb499d4d353 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,3 +17,9 @@ jobs: ignore_paths: >- ./etc/completion.zsh severity: error + + - name: ShellCheck Warnings + uses: ludeeus/action-shellcheck@master + with: + ignore_paths: >- + ./etc/completion.zsh