From aaf54b2e348f41e73a4301bdd897284e7f2ba4ea Mon Sep 17 00:00:00 2001 From: stirelshka8 Date: Sat, 20 Jul 2024 15:24:23 +0300 Subject: [PATCH] Add test code CIDC 4 --- .gitea/workflows/test_code.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/test_code.yml b/.gitea/workflows/test_code.yml index b0031eb..2e512a0 100644 --- a/.gitea/workflows/test_code.yml +++ b/.gitea/workflows/test_code.yml @@ -16,9 +16,6 @@ jobs: sudo apt update sudo apt install -y shellcheck - - name: Run ShellCheck run: | - cd .. - cd .. - shellcheck -e SC2001 -s warning .sh + find . -name "*.sh" -exec shellcheck -e SC2001 -s warning {} \;