From 6b28bb29f913d887dfe35777320a296c134cfcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 24 Aug 2023 14:13:14 -0400 Subject: [PATCH] prevent shellcheck to run on GitHub Action check workflow --- .github/workflows/check-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-github-actions.yml b/.github/workflows/check-github-actions.yml index a1c710d..30d6e55 100644 --- a/.github/workflows/check-github-actions.yml +++ b/.github/workflows/check-github-actions.yml @@ -21,5 +21,5 @@ jobs: shell: bash - name: Check Workflow files - run: ${{ steps.get_actionlint.outputs.executable }} -color + run: ${{ steps.get_actionlint.outputs.executable }} -color -shellcheck= shell: bash