Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Sep 1, 2024
1 parent ae870ef commit d9eb69e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code-quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ cmake --build . --config ${build_type} --target ${build_target}

cd ${cwd}

$(if [ $event == "pull_request" ]; then
echo git diff --name-only origin/$default_branch...HEAD
else
echo git ls-files
fi
exit
# Find files
files=$(if [ $event == "pull_request" ]; then
git diff --name-only origin/$default_branch...HEAD
Expand Down

0 comments on commit d9eb69e

Please sign in to comment.