Skip to content

Commit

Permalink
Merge pull request #3 from bwrsandman/patch-1
Browse files Browse the repository at this point in the history
Pipe found list files to single cmake-format call
  • Loading branch information
puneetmatharu authored Jun 26, 2022
2 parents b512bf6 + e8c1fa4 commit a7e22ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

cd "$GITHUB_WORKSPACE" || exit

find . \( -name '*.cmake' -o -name 'CMakeLists.txt' \) -exec cmake-format $* {} \;
find . \( -name '*.cmake' -o -name 'CMakeLists.txt' \) -exec cmake-format $* {} +

exit $?

0 comments on commit a7e22ed

Please sign in to comment.