accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
303 stars 118 forks source link

Auto clang format #322

Closed barnes88 closed 3 months ago

barnes88 commented 3 months ago

This adds an automatic clang-format run to the short-tests github workflow. It runs the format script and then commits any changes to the pull request branch using the github action from https://github.com/stefanzweifel/git-auto-commit-action

Fixes issue https://github.com/accel-sim/accel-sim-framework/issues/305

JRPan commented 3 months ago

cool