kokkos / kokkos-tools

Kokkos C++ Performance Portability Programming Ecosystem: Profiling and Debugging Tools
Other
109 stars 55 forks source link

Use different GitHub action for indentation check #228

Closed masterleinad closed 9 months ago

masterleinad commented 9 months ago

As pointed out in https://github.com/kokkos/kokkos-tools/pull/227, the current GitHub Action doesn't show the diff to the desired indentation which is annoying when the correct clang-format version is not at hand. This pull requests proposes to use the same action as we do in https://github.com/kokkos/kokkos.