From 76d368be2aa509c01549e1751a5bc8779197abed Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:48:28 +0200 Subject: [PATCH] dd --- .gitea/workflows/lint.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 08ccc74..9b781f6 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -28,7 +28,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master + uses: sudo-bot/action-shellcheck@latest with: - format: tty - check_together: 'yes' + cli-args: "shell.sh"