From cfe88a60a063c9b56e882be276895873e6de46ec Mon Sep 17 00:00:00 2001 From: Bryan English Date: Mon, 27 Jan 2025 12:04:13 -0500 Subject: [PATCH] disable shellcheck --- .github/workflows/project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index eeddfb3b8ee..84f06ad06b6 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -190,6 +190,7 @@ jobs: with: matcher: true fail-on-error: true + shellcheck: false # TODO should we enable this? - name: actionlint Summary if: ${{ steps.actionlint.outputs.exit-code != 0 }} run: |