From 31820cfd4cccfd8d451b45bce43c98ac61b2d274 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:43:51 +0200 Subject: [PATCH] dd --- .gitea/workflows/lint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index f8a2198..2fbf328 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -30,3 +30,6 @@ jobs: uses: actions/checkout@v4 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master + with: + format: tty + check_together: 'yes'