Errors from clang-format are ignored due to #1916 because apparently different versions of it (11 and 14) were used depending on the OS runner. This caused errors to show in one of the versions but not in the other one. This can be fixed by pinning down the clang-format version to a particular one, or only allowing the check to be performed in one platform.
Errors from
clang-formatare ignored due to #1916 because apparently different versions of it (11 and 14) were used depending on the OS runner. This caused errors to show in one of the versions but not in the other one. This can be fixed by pinning down theclang-formatversion to a particular one, or only allowing the check to be performed in one platform.