Kaiser-Yang/matrix-calculation-accelerator

Add clang-format git action

Closed this issue · 0 comments

Every time, you update the code, you need run the clang-format ..., which is long and annoying. Actually the right way is to add a clang-format git action to let it do it for you. This action should use clang-format to format code and create a new commit, when you create a new pull request. Learn something more about git action clang format