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