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 {} \;