KavrakiLab / robowflex

Making MoveIt Easy!
https://kavrakilab.github.io/robowflex/
Other
114 stars 24 forks source link

feature: apply clang-format to PRs before merge #296

Open wbthomason opened 2 years ago

wbthomason commented 2 years ago

This PR attempts to add a new Github workflow that should apply clang-format in-place to commits in PRs. The idea is that this lets us automatically apply formatting while still allowing a chance to fix weird formatting issues before merging.

Note that, because this PR is a workflow for PRs, it isn't tested yet, and may need tweaking.