From af6cbc1d44fd98e6c048fed1bbcdb27f1a1c3ac6 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:52:27 +0200 Subject: [PATCH] disable shellcheck --- .gitea/workflows/lint.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 9b781f6..e5098f4 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -23,11 +23,11 @@ jobs: with: args: hadolint Dockerfile - shellcheck: # https://github.com/marketplace/actions/shellcheck - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Run ShellCheck - uses: sudo-bot/action-shellcheck@latest - with: - cli-args: "shell.sh" +# shellcheck: # https://github.com/marketplace/actions/shellcheck +# steps: +# - name: Checkout code +# uses: actions/checkout@v4 +# - name: Run ShellCheck +# uses: sudo-bot/action-shellcheck@latest +# with: +# cli-args: "shell.sh"