Closed CodingCanuck closed 2 years ago
Note that we seem to have 3 Formatting Check checks: 2 that work (one push, one pull), and 1 that doesn't:
I think that the problem here is that we had a branch protection rule configured to required a "check_code_format" check that didn't actually run.
I've updated the branch protection rules to instead treat the working formatting check rules as required, and to not expect the non-existent version of the formatting check:
See discussion on https://github.com/3rdparty/eventuals-grpc/pull/58 : the "check_code_format / Formatting Check" check seems to perpetually have the status "Expected — Waiting for status to be reported". It seems broken.