From 742a2e749af3267b50ade9503389eb1158ef855e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 27 Aug 2024 21:34:55 +0200 Subject: [PATCH] dd --- .gitea/workflows/lint.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index dec4b24..996aebe 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -32,9 +32,5 @@ jobs: with: image: koalaman/shellcheck-alpine:v0.10.0 run: | - find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do - if echo "$line" | grep -q "shell script"; then - file_path=$(echo "$line" | awk -F':' '{print $1}') - shellcheck "$file_path" - fi - done + shellcheck shell.sh + # shellcheck file2