CORE-cer / CORE

Implementation of CORE in cpp
GNU General Public License v3.0
8 stars 2 forks source link

Fix/clang tidy #56

Closed nicobuzeta closed 1 year ago

nicobuzeta commented 1 year ago

Migrate from using run-clang-tidy to using normal clang-tidy with parallel. This way we can use custom options.

Also use workaround for https://github.com/actions/runner-images/issues/8659