DataAnalyticsEngineering / FANS

FANS: an open-source, efficient, and parallel FFT-based homogenization solver designed to solve microscale multiphysics problems.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Remove clang-format check via GitHub Action #29

Closed IshaanDesai closed 4 weeks ago

IshaanDesai commented 4 weeks ago

This PR removes the Action which runs clang-format. clang-format is configured to run via pre-commit, which is run via the Action workflow run-checks. Having two ways to run clang-format risks making them asynchronous, something that already happened. As pre-commit is more useful, the clang-format check via the Action is removed.

clang-format used via pre-commit is updated to the latest version, and necessary additions to the configuration are done.