From d4b3a77507ff24f90bbaa024e0a395530fba2156 Mon Sep 17 00:00:00 2001 From: Danilo Hoffmann Date: Sun, 27 Oct 2024 16:36:06 +0100 Subject: [PATCH] fix shellcheck action warning --- .github/workflows/features.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/features.yaml b/.github/workflows/features.yaml index af8ae8e..a6754bf 100644 --- a/.github/workflows/features.yaml +++ b/.github/workflows/features.yaml @@ -25,7 +25,6 @@ jobs: uses: ludeeus/action-shellcheck@master with: scandir: "./features" - disable_matcher: true check_together: "yes" - name: Publish Features