From ae870efd1a9b5f89ed4660f4ae82b4c9f9fc5e24 Mon Sep 17 00:00:00 2001 From: Andrei Avram <6795248+andreiavrammsd@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:41:19 +0000 Subject: [PATCH] Fix --- code-quality.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code-quality.sh b/code-quality.sh index d2e26a1..aa7aa19 100755 --- a/code-quality.sh +++ b/code-quality.sh @@ -37,10 +37,6 @@ cmake --build . --config ${build_type} --target ${build_target} cd ${cwd} -ls -git status - -exit # Find files files=$(if [ $event == "pull_request" ]; then git diff --name-only origin/$default_branch...HEAD